mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +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
|
@ -72,7 +72,7 @@ public class SncbProvider extends AbstractHafasProvider
|
|||
{
|
||||
final String uri = String.format(AUTOCOMPLETE_URI, ParserUtils.urlEncode(constraint.toString(), ENCODING));
|
||||
|
||||
return ajaxGetStops(uri);
|
||||
return jsonGetStops(uri);
|
||||
}
|
||||
|
||||
private final String NEARBY_URI = "http://hari.b-rail.be/HAFAS/bin/stboard.exe/en?input=%s&distance=50&near=Anzeigen";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue