This commit is contained in:
Andreas Schildbach 2012-03-11 19:56:56 +01:00
parent d66b770c4e
commit 149ec16a82

View file

@ -1108,6 +1108,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
return 'R' + type;
if ("KTB".equals(type)) // Kandertalbahn
return 'R' + type;
if ("UEF".equals(type)) // Ulmer Eisenbahnfreunde
return 'R' + type;
if ("Regionalzug".equals(type))
return 'R' + type;