fixed autocomplete

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@940 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-02-12 20:12:15 +00:00
parent ef7b3eb9cf
commit d888d6907f

View file

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