Skip to content

Commit 690665f

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 8a29de1 commit 690665f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/java/org/elasticsearch/index/codec/vectors/cluster/PrefetchingFloatVectorValues.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@
1010
package org.elasticsearch.index.codec.vectors.cluster;
1111

1212
import org.apache.lucene.index.FloatVectorValues;
13-
import org.apache.lucene.store.IndexInput;
1413

1514
import java.io.IOException;
16-
import java.io.UncheckedIOException;
1715
import java.util.List;
1816

1917
public abstract class PrefetchingFloatVectorValues extends FloatVectorValues {

0 commit comments

Comments
 (0)