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:
Erik Hatcher 2015-07-11 01:50:25 +00:00
parent c1d7790789
commit 84a084bc55
1 changed files with 1 additions and 1 deletions

View File

@ -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 {