more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@97 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-22 00:22:24 +00:00
parent 4b1f0bb5e7
commit 14fa1e122e
3 changed files with 18 additions and 1 deletions

View file

@ -633,6 +633,8 @@ public final class VbbProvider implements NetworkProvider
return "RBKB" + number;
if (type.equals("Ausfl")) // Umgebung Berlin
return "RAusfl" + number;
if (type.equals("PKP")) // Polen
return "RPKP" + number;
if (type.equals("S"))
return "SS" + number;
if (type.equals("U"))