diff --git a/src/java/org/apache/lucene/analysis/standard/package.html b/src/java/org/apache/lucene/analysis/standard/package.html index 007e4a8d5b6..4d658a805e2 100644 --- a/src/java/org/apache/lucene/analysis/standard/package.html +++ b/src/java/org/apache/lucene/analysis/standard/package.html @@ -6,10 +6,10 @@
A grammar-based tokenizer constructed with JavaCC. -Note that JavaCC defines lots of public, classes, methods and fields +
Note that JavaCC defines lots of public classes, methods and fields that do not need to be public. These clutter the documentation. Sorry.
Note that because JavaCC defines a class named Token, org.apache.lucene.analysis.Token -must always be fully qualified in sourced code in this package. +must always be fully qualified in source code in this package.