mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 22:38:49 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@47 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
69cfde7951
commit
26e3a2fec3
1 changed files with 2 additions and 0 deletions
|
@ -586,6 +586,8 @@ public final class VbbProvider implements NetworkProvider
|
||||||
return "RKBS" + number;
|
return "RKBS" + number;
|
||||||
if (type.equals("BKB")) // Buckower Kleinbahn
|
if (type.equals("BKB")) // Buckower Kleinbahn
|
||||||
return "RBKB" + number;
|
return "RBKB" + number;
|
||||||
|
if (type.equals("Ausfl")) // Umgebung Berlin
|
||||||
|
return "RAusfl" + number;
|
||||||
if (type.equals("S"))
|
if (type.equals("S"))
|
||||||
return "SS" + number;
|
return "SS" + number;
|
||||||
if (type.equals("U"))
|
if (type.equals("U"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue