fix typo in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@393166 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Daniel Naber 2006-04-11 09:40:58 +00:00
parent 891b25d92c
commit 0065df6858
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public abstract class Query implements java.io.Serializable, Cloneable {
public float getBoost() { return boost; }
/** Prints a query to a string, with <code>field</code> assumed to be the
* default field and ommitted.
* default field and omitted.
* <p>The representation used is one that is supposed to be readable
* by {@link org.apache.lucene.queryParser.QueryParser QueryParser}. However,
* there are the following limitations: