Skip to content

Commit 0aede54

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3fbfa0b commit 0aede54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

server/src/main/java/org/elasticsearch/index/codec/postings/terms/NonForkedHelper.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
import org.apache.lucene.util.BytesRef;
1313
import org.elasticsearch.common.util.FeatureFlag;
1414

15-
1615
/**
1716
* This class is not forked from Lucene and a place to keep non-forked cod.
1817
*/
@@ -36,6 +35,5 @@ public static BytesRef shouldKeepMinOrMaxTerm(BytesRef term) {
3635
}
3736
}
3837

39-
private NonForkedHelper() {
40-
}
38+
private NonForkedHelper() {}
4139
}

0 commit comments

Comments
 (0)