mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@285 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
cbbcc42c94
commit
d064765f55
1 changed files with 2 additions and 0 deletions
|
@ -384,6 +384,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("NWB")) // NordWestBahn
|
if (type.equals("NWB")) // NordWestBahn
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
|
if (type.equals("NordWestBahn"))
|
||||||
|
return 'R' + str;
|
||||||
if (type.equals("ME")) // Metronom
|
if (type.equals("ME")) // Metronom
|
||||||
return 'R' + str;
|
return 'R' + str;
|
||||||
if (type.equals("ERB")) // eurobahn
|
if (type.equals("ERB")) // eurobahn
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue