one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@283 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-11 21:45:05 +00:00
parent 6a49e57d0e
commit 1872466fe4

View file

@ -362,6 +362,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + str; return 'R' + str;
if (P_LINE_R.matcher(type).matches()) if (P_LINE_R.matcher(type).matches())
return 'R' + str; return 'R' + str;
if (type.equals("Bahn"))
return 'R' + str;
if (type.equals("D")) // Schnellzug if (type.equals("D")) // Schnellzug
return 'R' + str; return 'R' + str;
if (type.equals("S")) // ~Innsbruck if (type.equals("S")) // ~Innsbruck