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 2d2330a commit 71a11f9Copy full SHA for 71a11f9
lucene/core/src/java/org/apache/lucene/index/SlowImpactsEnum.java
@@ -30,6 +30,7 @@ public final class SlowImpactsEnum extends ImpactsEnum {
30
31
private static final Impacts DUMMY_IMPACTS =
32
new Impacts() {
33
+
34
private final List<Impact> impacts =
35
Collections.singletonList(new Impact(Integer.MAX_VALUE, 1L));
36
0 commit comments