mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 23:28:48 +00:00
fixed autocomplete
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@940 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
ef7b3eb9cf
commit
d888d6907f
1 changed files with 1 additions and 1 deletions
|
@ -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()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue