fix javadoc - this should not be deprecated - mistake in reversion of QueryWieght

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@806561 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-21 14:01:18 +00:00
parent 61a68fe46f
commit ac89d0acad
1 changed files with 0 additions and 1 deletions

View File

@ -167,7 +167,6 @@ public interface Searchable {
* entire index.
* <p>Applications should call {@link Searcher#explain(Query, int)}.
* @throws BooleanQuery.TooManyClauses
* @deprecated use {@link #explain(Weight, int)} instead.
*/
Explanation explain(Weight weight, int doc) throws IOException;