mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 15:39:50 +00:00
renamed ajaxGetStops() to jsonGetStops()
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@610 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
dfb68c5e03
commit
1a3548f831
7 changed files with 16 additions and 16 deletions
|
@ -70,7 +70,7 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
{
|
||||
final String uri = String.format(AUTOCOMPLETE_URI, ParserUtils.urlEncode(constraint.toString(), ENCODING));
|
||||
|
||||
return ajaxGetStops(uri);
|
||||
return jsonGetStops(uri);
|
||||
}
|
||||
|
||||
private final static Pattern P_NEARBY_STATIONS_BY_COORDINATE = Pattern
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue