Skip to content

Commit 571e68f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent e5caaa9 commit 571e68f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

server/src/main/java/org/elasticsearch/index/mapper/vectors/DenseVectorFieldMapper.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,6 @@ public static class Int4HnswIndexOptions extends QuantizedIndexOptions {
18291829
private final float confidenceInterval;
18301830
private final boolean earlyExit;
18311831

1832-
18331832
Int4HnswIndexOptions(int m, int efConstruction, Float confidenceInterval, RescoreVector rescoreVector) {
18341833
this(m, efConstruction, confidenceInterval, rescoreVector, DEFAULT_EARLY_EXIT);
18351834
}

0 commit comments

Comments
 (0)