mirror of https://github.com/apache/lucene.git
LUCENE-5859: Remove Version.LUCENE_CURRENT from htmlentity.py code generator for HTMLStripCharFilter
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1619625 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98404f9071
commit
e76557e53d
|
@ -61,7 +61,7 @@ def main():
|
|||
print ' upperCaseVariantsAccepted.put("amp", "AMP");'
|
||||
print ' }'
|
||||
print ' private static final CharArrayMap<Character> entityValues'
|
||||
print ' = new CharArrayMap<>(Version.LUCENE_CURRENT, %i, false);' % len(keys)
|
||||
print ' = new CharArrayMap<>(%i, false);' % len(keys)
|
||||
print ' static {'
|
||||
print ' String[] entities = {'
|
||||
output_line = ' '
|
||||
|
|
Loading…
Reference in New Issue