mirror of https://github.com/apache/lucene.git
fix typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150048 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
e68cad284e
commit
90534ff460
|
@ -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. These clutter the documentation.
|
||||
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>
|
||||
|
|
|
@ -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. These clutter the documentation.
|
||||
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>
|
||||
|
|
Loading…
Reference in New Issue