mirror of https://github.com/apache/lucene.git
Fix issue in comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1690333 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c1d7790789
commit
84a084bc55
|
@ -66,7 +66,7 @@ import org.apache.lucene.util.CharsRefBuilder;
|
|||
* </p>
|
||||
* <p>
|
||||
* plus if {@link #preserveOriginal} is true, it would also return
|
||||
* <code>"camelCaseFilter</code>
|
||||
* <code>"camelCaseFilter"</code>
|
||||
* </p>
|
||||
*/
|
||||
public final class PatternCaptureGroupTokenFilter extends TokenFilter {
|
||||
|
|
Loading…
Reference in New Issue