Skip to content

Commit

Permalink
Applying spotless to all the remaining files
Browse files Browse the repository at this point in the history
Signed-off-by: Vacha Shah <[email protected]>
  • Loading branch information
VachaShah committed Oct 12, 2023
1 parent fbe2c68 commit b35b315
Show file tree
Hide file tree
Showing 1,568 changed files with 270,854 additions and 270,953 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@

package org.opensearch.client;

import org.opensearch.client.transport.TransportOptions;
import org.opensearch.client.transport.Transport;
import javax.annotation.Nullable;
import org.opensearch.client.json.JsonpDeserializer;
import org.opensearch.client.json.JsonpMapperBase;

import javax.annotation.Nullable;
import org.opensearch.client.transport.Transport;
import org.opensearch.client.transport.TransportOptions;

public abstract class ApiClient<T extends Transport, Self extends ApiClient<T, Self>> {

Expand Down
Loading

0 comments on commit b35b315

Please sign in to comment.