mirror of https://github.com/apache/lucene.git
useless dead code, sorry
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/solr@922973 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
28453dc377
commit
1af8a5b59b
|
@ -224,7 +224,7 @@ public class SynonymFilter extends TokenFilter {
|
||||||
// recurse
|
// recurse
|
||||||
result = match(subMap);
|
result = match(subMap);
|
||||||
}
|
}
|
||||||
;
|
|
||||||
if (result != null) {
|
if (result != null) {
|
||||||
matched.addFirst(tok);
|
matched.addFirst(tok);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue