mirror of https://github.com/apache/lucene.git
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:
parent
ef0f56211d
commit
c107043a52
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue