mirror of https://github.com/apache/lucene.git
remove an unused variable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150421 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d42dd740d6
commit
c65cb9a931
|
@ -36,7 +36,6 @@ public class WildcardTermEnum extends FilteredTermEnum {
|
|||
String text = "";
|
||||
String pre = "";
|
||||
int preLen = 0;
|
||||
boolean fieldMatch = false;
|
||||
boolean endEnum = false;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue