From 8b4b691aeb2cb405abd8e1558456c1d7d1cfe1b7 Mon Sep 17 00:00:00 2001 From: "andreas.schildbach" Date: Thu, 12 Aug 2010 20:32:34 +0000 Subject: [PATCH] url of external interface git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@75 0924bc21-9374-b0fa-ee44-9ff1593b38f0 --- src/de/schildbach/pte/SbbProvider.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/de/schildbach/pte/SbbProvider.java b/src/de/schildbach/pte/SbbProvider.java index af9e0949..1702c0d3 100644 --- a/src/de/schildbach/pte/SbbProvider.java +++ b/src/de/schildbach/pte/SbbProvider.java @@ -84,6 +84,7 @@ public class SbbProvider implements NetworkProvider public StationLocationResult stationLocation(final String stationId) throws IOException { 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)