one more...

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@825953 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-10-16 15:40:56 +00:00
parent 2de9c69281
commit 1a5a3c99c3
1 changed files with 0 additions and 5 deletions

View File

@ -412,11 +412,6 @@ final class JustCompileSearch {
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
}
/** @deprecated delete in 3.0 */
public Scorer scorer(IndexReader reader) throws IOException {
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
}
public float sumOfSquaredWeights() throws IOException {
throw new UnsupportedOperationException(UNSUPPORTED_MSG);
}