Test night build
This commit is contained in:
parent
20b37cb0a9
commit
7b954f5a7b
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ public interface RegionAddressRepository {
|
||||||
|
|
||||||
// TODO remove that method
|
// TODO remove that method
|
||||||
public List<Street> fillWithSuggestedStreets(MapObject o, ResultMatcher<Street> resultMatcher, String... names);
|
public List<Street> fillWithSuggestedStreets(MapObject o, ResultMatcher<Street> resultMatcher, String... names);
|
||||||
// TODO remove that method
|
|
||||||
public List<MapObject> fillWithSuggestedCities(String name, ResultMatcher<MapObject> resultMatcher, LatLon currentLocation);
|
public List<MapObject> fillWithSuggestedCities(String name, ResultMatcher<MapObject> resultMatcher, LatLon currentLocation);
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue