mirror of https://github.com/apache/lucene.git
Removed Java 1.4 dependency.
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150331 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fd147a146e
commit
03b25ce6bb
|
@ -289,7 +289,7 @@ class NearSpans implements Spans {
|
|||
// When queue is empty and checkSlop() and ordered there is a match.
|
||||
}
|
||||
}
|
||||
throw new AssertionError("Unexpected: ordered");
|
||||
throw new RuntimeException("Unexpected: ordered");
|
||||
}
|
||||
|
||||
private void listToQueue() {
|
||||
|
|
Loading…
Reference in New Issue