- Small javadoc change.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149657 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2002-01-28 11:34:45 +00:00
parent 6c84ee2c62
commit cf025d06cb
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ import org.apache.lucene.search.*;
* This enables one to construct queries which search multiple fields.
* </ul>
*
* A clause may be either a:
* A clause may be either:
* <ul>
* <li> a term, indicating all the documents that contain this term; or
* <li> a nested query, enclosed in parentheses. Note that this may be used