mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 08:39:50 +00:00
remove superfluous departureQueryUri() method from interface
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@304 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
1e49dd0e46
commit
4d4355ac4f
36 changed files with 126 additions and 128 deletions
|
@ -65,7 +65,8 @@ public class GvhProvider extends AbstractEfaProvider
|
|||
return null;
|
||||
}
|
||||
|
||||
public String departuresQueryUri(String stationId, int maxDepartures)
|
||||
@Override
|
||||
protected String departuresQueryUri(String stationId, int maxDepartures)
|
||||
{
|
||||
final StringBuilder uri = new StringBuilder();
|
||||
uri.append(API_BASE).append("XSLT_DM_REQUEST");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue