We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fbfa0b commit 0aede54Copy full SHA for 0aede54
server/src/main/java/org/elasticsearch/index/codec/postings/terms/NonForkedHelper.java
@@ -12,7 +12,6 @@
12
import org.apache.lucene.util.BytesRef;
13
import org.elasticsearch.common.util.FeatureFlag;
14
15
-
16
/**
17
* This class is not forked from Lucene and a place to keep non-forked cod.
18
*/
@@ -36,6 +35,5 @@ public static BytesRef shouldKeepMinOrMaxTerm(BytesRef term) {
36
35
}
37
38
39
- private NonForkedHelper() {
40
- }
+ private NonForkedHelper() {}
41
0 commit comments