mirror of https://github.com/apache/lucene.git
fixing tiny typo in javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@332631 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
48b55ab1e0
commit
d37e5cc906
|
@ -86,7 +86,7 @@ public abstract class Query implements java.io.Serializable, Cloneable {
|
|||
throw new UnsupportedOperationException();
|
||||
}
|
||||
|
||||
/** Expert: Constructs an initializes a Weight for a top-level query. */
|
||||
/** Expert: Constructs and initializes a Weight for a top-level query. */
|
||||
public Weight weight(Searcher searcher)
|
||||
throws IOException {
|
||||
Query query = searcher.rewrite(this);
|
||||
|
|
Loading…
Reference in New Issue