one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@384 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-12-05 17:14:50 +00:00
parent 2dfb7f18e1
commit 0e4d382669

View file

@ -595,6 +595,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + str; return 'R' + str;
if (type.equals("SES")) // EGP - die Städtebahn GmbH if (type.equals("SES")) // EGP - die Städtebahn GmbH
return 'R' + str; return 'R' + str;
if (type.equals("MEL")) // Museums-Eisenbahn Losheim
return 'R' + str;
if (type.equals("Abellio-Zug")) // Abellio if (type.equals("Abellio-Zug")) // Abellio
return 'R' + str; return 'R' + str;
if (type.equals("KBS")) // Kursbuchstrecke if (type.equals("KBS")) // Kursbuchstrecke