From 434aa4ba6f897ca6825d296d03320b951ceeee09 Mon Sep 17 00:00:00 2001 From: Andreas Schildbach Date: Wed, 16 Jul 2014 12:11:09 +0200 Subject: [PATCH] Migrate East of England, East Midlands & South East England to JSON stopfinder. --- enabler/src/de/schildbach/pte/TlemProvider.java | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/enabler/src/de/schildbach/pte/TlemProvider.java b/enabler/src/de/schildbach/pte/TlemProvider.java index fa92ed79..e6a11f35 100644 --- a/enabler/src/de/schildbach/pte/TlemProvider.java +++ b/enabler/src/de/schildbach/pte/TlemProvider.java @@ -17,13 +17,9 @@ package de.schildbach.pte; -import java.io.IOException; import java.util.Collection; -import de.schildbach.pte.dto.Location; -import de.schildbach.pte.dto.LocationType; import de.schildbach.pte.dto.Product; -import de.schildbach.pte.dto.SuggestLocationsResult; /** * @author Andreas Schildbach @@ -70,12 +66,6 @@ public class TlemProvider extends AbstractEfaProvider return super.parseLine(mot, symbol, name, longName, trainType, trainNum, trainName); } - @Override - public SuggestLocationsResult suggestLocations(final CharSequence constraint) throws IOException - { - return xmlStopfinderRequest(new Location(LocationType.ANY, null, null, constraint.toString())); - } - @Override public Collection defaultProducts() {