use JSON stopfinder for Nuremberg

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@880 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-21 10:17:00 +00:00
parent 45d4293362
commit f825c5f3f3

View file

@ -66,7 +66,7 @@ public class VgnProvider extends AbstractEfaProvider
@Override
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
{
return xmlStopfinderRequest(new Location(LocationType.ANY, 0, null, constraint.toString()));
return jsonStopfinderRequest(new Location(LocationType.ANY, 0, null, constraint.toString()));
}
@Override