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:
Doug Cutting 2004-05-11 19:38:41 +00:00
parent fd147a146e
commit 03b25ce6bb
1 changed files with 1 additions and 1 deletions

View File

@ -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() {