Fix compilation

This commit is contained in:
Victor Shcherb 2020-06-04 16:02:20 +02:00
parent f3b64d3d9e
commit a2c04cd48a

View file

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