url of external interface

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@75 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-12 20:32:34 +00:00
parent 187537ef7e
commit 8b4b691aeb

View file

@ -84,6 +84,7 @@ public class SbbProvider implements NetworkProvider
public StationLocationResult stationLocation(final String stationId) throws IOException public StationLocationResult stationLocation(final String stationId) throws IOException
{ {
throw new UnsupportedOperationException(); throw new UnsupportedOperationException();
// final String uri = "http://fahrplan.sbb.ch/bin/extxml.exe/dn";
} }
private String connectionsQueryUri(final String from, final String via, final String to, final Date date, final boolean dep) private String connectionsQueryUri(final String from, final String via, final String to, final Date date, final boolean dep)