mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +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
|
@ -78,7 +78,7 @@ public class SeptaProvider extends AbstractHafasProvider
|
|||
{
|
||||
final String uri = String.format(AUTOCOMPLETE_URI, ParserUtils.urlEncode(constraint.toString(), ENCODING));
|
||||
|
||||
return ajaxGetStops(uri);
|
||||
return jsonGetStops(uri);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue