typo fix in javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143145 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Erik Hatcher 2011-07-05 17:04:53 +00:00
parent 4683065f47
commit acd4af384c
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ import org.apache.lucene.search.TermQuery;
import org.apache.lucene.search.vectorhighlight.FieldTermStack.TermInfo;
/**
* FieldQuery breaks down query object into terms/phrases and keep
* them in QueryPhraseMap structure.
* FieldQuery breaks down query object into terms/phrases and keeps
* them in a QueryPhraseMap structure.
*/
public class FieldQuery {