one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@314 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-19 20:03:14 +00:00
parent a26f69c342
commit 6cf2c4c896

View file

@ -528,6 +528,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + str; return 'R' + str;
if (type.equals("P")) // Kasbachtalbahn, Wanderbahn im Regental, Rhön-Zügle if (type.equals("P")) // Kasbachtalbahn, Wanderbahn im Regental, Rhön-Zügle
return 'R' + str; return 'R' + str;
if (type.equals("Abellio-Zug")) // Abellio
return 'R' + str;
if (type.equals("KBS")) // Kursbuchstrecke if (type.equals("KBS")) // Kursbuchstrecke
return 'R' + str; return 'R' + str;
if (type.equals("Zug")) if (type.equals("Zug"))