From 84166c669849a0449032950d6e83bccbf69e9ecf Mon Sep 17 00:00:00 2001 From: "andreas.schildbach@gmail.com" Date: Sat, 21 Jan 2012 11:32:00 +0000 Subject: [PATCH] use JSON stopfinder for Sydney git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@882 0924bc21-9374-b0fa-ee44-9ff1593b38f0 --- src/de/schildbach/pte/SydneyProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/de/schildbach/pte/SydneyProvider.java b/src/de/schildbach/pte/SydneyProvider.java index 74482bc9..5a7b2e4b 100644 --- a/src/de/schildbach/pte/SydneyProvider.java +++ b/src/de/schildbach/pte/SydneyProvider.java @@ -60,7 +60,7 @@ public class SydneyProvider extends AbstractEfaProvider @Override public List 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())); } private static final String NEARBY_STATION_URI = API_BASE