Test night build

This commit is contained in:
Victor Shcherb 2011-09-17 19:19:52 +02:00
parent 20b37cb0a9
commit 7b954f5a7b

View file

@ -57,7 +57,7 @@ public interface RegionAddressRepository {
// TODO remove that method
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);