LUCENE-5859: Remove Version.LUCENE_CURRENT from code generated by htmlentity.py

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619694 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2014-08-22 07:28:43 +00:00
parent ef0f56211d
commit c107043a52
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ CharacterEntities = ( "AElig" | "Aacute" | "Acirc" | "Agrave" | "Alpha"
upperCaseVariantsAccepted.put("amp", "AMP");
}
private static final CharArrayMap<Character> entityValues
= new CharArrayMap<>(Version.LUCENE_CURRENT, 253, false);
= new CharArrayMap<>(253, false);
static {
String[] entities = {
"AElig", "\u00C6", "Aacute", "\u00C1", "Acirc", "\u00C2",