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:
Steven Rowe 2014-08-21 23:23:13 +00:00
parent 98404f9071
commit e76557e53d
1 changed files with 1 additions and 1 deletions

View File

@ -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 = ' '