You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by eh...@apache.org on 2003/09/20 16:03:54 UTC

cvs commit: jakarta-lucene/src/java/org/apache/lucene/queryParser package.html

ehatcher    2003/09/20 07:03:54

  Modified:    src/java/org/apache/lucene/analysis/standard package.html
               src/java/org/apache/lucene/queryParser package.html
  Log:
  fix typo
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-lucene/src/java/org/apache/lucene/analysis/standard/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/analysis/standard/package.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- package.html	18 Sep 2001 16:29:51 -0000	1.1
  +++ package.html	20 Sep 2003 14:03:54 -0000	1.2
  @@ -6,10 +6,10 @@
   </head>
   <body>
   A grammar-based tokenizer constructed with JavaCC.
  -<p>Note that JavaCC defines lots of public, classes, methods and fields
  +<p>Note that JavaCC defines lots of public classes, methods and fields
   that do not need to be public.&nbsp; These clutter the documentation.&nbsp;
   Sorry.
   <p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt>
  -must always be fully qualified in sourced code in this package.
  +must always be fully qualified in source code in this package.
   </body>
   </html>
  
  
  
  1.3       +2 -2      jakarta-lucene/src/java/org/apache/lucene/queryParser/package.html
  
  Index: package.html
  ===================================================================
  RCS file: /home/cvs/jakarta-lucene/src/java/org/apache/lucene/queryParser/package.html,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- package.html	14 Feb 2002 01:46:31 -0000	1.2
  +++ package.html	20 Sep 2003 14:03:54 -0000	1.3
  @@ -6,10 +6,10 @@
   </head>
   <body>
   A simple query parser implemented with JavaCC.
  -<p>Note that JavaCC defines lots of public, classes, methods and fields
  +<p>Note that JavaCC defines lots of public classes, methods and fields
   that do not need to be public.&nbsp; These clutter the documentation.&nbsp;
   Sorry.
   <p>Note that because JavaCC defines a class named <tt>Token</tt>, <tt>org.apache.lucene.analysis.Token</tt>
  -must always be fully qualified in sourced code in this package.
  +must always be fully qualified in source code in this package.
   </body>
   </html>