fix javadocs error

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1642286 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2014-11-28 12:38:07 +00:00
parent f63eec34dc
commit 7d4cd4d9bb
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ import java.util.regex.Pattern;
* <li>
* Converts round-trip mappings in nfc.txt (containing '=')
* that map to at least one [:Diacritic:] character
* into one-way mappings ('>' instead of '=').
* into one-way mappings ('&gt;' instead of '=').
* </li>
* </ol>
*/