Fix compilation
This commit is contained in:
parent
f3b64d3d9e
commit
a2c04cd48a
1 changed files with 1 additions and 1 deletions
|
@ -935,7 +935,7 @@ public class SearchCoreFactory {
|
|||
final BinaryMapIndexReader selected, final Set<String> searchedPois,
|
||||
final int countExtraWords) {
|
||||
|
||||
NameStringMatcher ns = nameFilter == null ? null : new NameStringMatcher(nameFilter, StringMatcherMode.CHECK_STARTS_FROM_SPACE);
|
||||
final NameStringMatcher ns = nameFilter == null ? null : new NameStringMatcher(nameFilter, StringMatcherMode.CHECK_STARTS_FROM_SPACE);
|
||||
return new ResultMatcher<Amenity>() {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in a new issue