fixed cannot use stop finder

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@560 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-04-14 17:10:25 +00:00
parent cdc3ef140c
commit 4a4cbad21c

View file

@ -17,11 +17,9 @@
package de.schildbach.pte;
import java.io.IOException;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import de.schildbach.pte.dto.Location;
import de.schildbach.pte.util.ParserUtils;
@ -54,12 +52,6 @@ public class BvbProvider extends AbstractEfaProvider
return false;
}
@Override
public List<Location> autocompleteStations(final CharSequence constraint) throws IOException
{
return xmlStopfinderRequest(constraint);
}
@Override
protected String nearbyLatLonUri(final int lat, final int lon)
{