Skip to content

Commit

Permalink
apply java spotless
Browse files Browse the repository at this point in the history
Signed-off-by: xinyual <[email protected]>
  • Loading branch information
xinyual committed Dec 13, 2024
1 parent b777398 commit 273af49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@
import org.opensearch.ml.common.output.model.ModelTensors;
import org.opensearch.ml.common.spi.tools.Parser;
import org.opensearch.ml.common.spi.tools.ToolAnnotation;
import org.opensearch.ml.common.spi.tools.WithoutModelTool;

import lombok.Getter;
import lombok.Setter;
import org.opensearch.ml.common.spi.tools.WithoutModelTool;

@ToolAnnotation(CatIndexTool.TYPE)
public class CatIndexTool implements WithoutModelTool {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
import org.opensearch.ml.common.output.model.ModelTensors;
import org.opensearch.ml.common.spi.tools.Parser;
import org.opensearch.ml.common.spi.tools.ToolAnnotation;
import org.opensearch.ml.common.spi.tools.WithoutModelTool;

import lombok.Getter;
import lombok.Setter;
import org.opensearch.ml.common.spi.tools.WithoutModelTool;

@ToolAnnotation(IndexMappingTool.TYPE)
public class IndexMappingTool implements WithoutModelTool {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import org.opensearch.index.IndexNotFoundException;
import org.opensearch.index.query.BoolQueryBuilder;
import org.opensearch.index.query.QueryBuilders;
import org.opensearch.ml.common.spi.tools.WithoutModelTool;
import org.opensearch.ml.common.spi.tools.ToolAnnotation;
import org.opensearch.ml.common.spi.tools.WithoutModelTool;
import org.opensearch.search.SearchHits;
import org.opensearch.search.builder.SearchSourceBuilder;

Expand Down

0 comments on commit 273af49

Please sign in to comment.