one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@628 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-05-08 08:27:46 +00:00
parent 95a8e81e87
commit de1c876c9b

View file

@ -660,6 +660,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'R' + str; return 'R' + str;
if (type.equals("REX")) // RegionalExpress, Österreich if (type.equals("REX")) // RegionalExpress, Österreich
return 'R' + str; return 'R' + str;
if ("EZ".equals(type)) // ÖBB ErlebnisBahn
return 'R' + str;
if (P_LINE_RE.matcher(type).matches()) if (P_LINE_RE.matcher(type).matches())
return 'R' + str; return 'R' + str;
if (type.equals("RB")) // Regionalbahn if (type.equals("RB")) // Regionalbahn