Skip to content

Commit 51135d8

Browse files
committed
Checkstyle!
1 parent c81bfa7 commit 51135d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/optimizer/AbstractLogicalPlanPreOptimizerTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ default List<Float> embeddingList(String input) {
100100
/**
101101
* Map of embedding model implementations by type.
102102
*/
103-
private final static Map<TestEmbeddingModel, TextEmbeddingModelMock> TEST_EMBEDDING_MODELS = Map.ofEntries(
103+
private static final Map<TestEmbeddingModel, TextEmbeddingModelMock> TEST_EMBEDDING_MODELS = Map.ofEntries(
104104
// Float embedding model implementation
105105
Map.entry(TestEmbeddingModel.FLOAT_EMBEDDING_MODEL, new TextEmbeddingModelMock() {
106106
@Override

0 commit comments

Comments
 (0)