Mailing List Archive

cvs commit: jakarta-lucene/src/java/org/apache/lucene/queryParser QueryParser.jj
otis 02/01/28 03:34:46

Modified: src/java/org/apache/lucene/queryParser QueryParser.jj
Log:
- Small javadoc change.

Revision Changes Path
1.10 +1 -1 jakarta-lucene/src/java/org/apache/lucene/queryParser/QueryParser.jj

Index: QueryParser.jj
===================================================================
RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/queryParser/QueryParser.jj,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- QueryParser.jj 17 Jan 2002 02:49:22 -0000 1.9
+++ QueryParser.jj 28 Jan 2002 11:34:45 -0000 1.10
@@ -83,7 +83,7 @@
* 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




--
To unsubscribe, e-mail: <mailto:lucene-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:lucene-dev-help@jakarta.apache.org>