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:
Daniel Naber 2005-11-11 18:32:22 +00:00
parent 48b55ab1e0
commit d37e5cc906
1 changed files with 1 additions and 1 deletions

View File

@ -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);