small typo fix in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@191358 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2005-06-19 18:25:22 +00:00
parent d0324fb44e
commit 416190e29d
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ public abstract class Query implements java.io.Serializable, Cloneable {
/** Expert: called when re-writing queries under MultiSearcher.
*
* <p>Only implemented by derived queries, with no
* {@link #createWeight(Searcher)} implementatation.
* {@link #createWeight(Searcher)} implementation.
*/
public Query combine(Query[] queries) {
for (int i = 0; i < queries.length; i++) {