mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 22:28:48 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@468 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d6e9cdfe1f
commit
38b82da65e
1 changed files with 3 additions and 1 deletions
|
@ -806,7 +806,9 @@ public final class BvgProvider extends AbstractHafasProvider
|
|||
if (type.equals("CNL")) // CityNightLine
|
||||
return "ICNL" + number;
|
||||
if (type.equals("IR"))
|
||||
return "R" + number;
|
||||
return "RIR" + number;
|
||||
if (type.equals("IRE"))
|
||||
return "RIRE" + number;
|
||||
if (type.equals("Zug"))
|
||||
return "R" + number;
|
||||
if (type.equals("ZUG"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue