one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@41 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-06 08:13:13 +00:00
parent 715d6b458e
commit 51f6d38d57

View file

@ -620,12 +620,14 @@ public class MvvProvider implements NetworkProvider
final String[] lineParts = line.split("\\s+");
final String type = lineParts[0];
final String number = lineParts[1];
if (type.equals("EC"))
return "I" + type + number;
if (type.equals("IC"))
return "I" + type + number;
if (type.equals("ICE"))
return "I" + type + number;
if (type.equals("EC"))
return "I" + type + number;
if (type.equals("EN")) // EuroNight
return "IEN" + number;
if (type.equals("CNL"))
return "I" + type + number;
if (type.equals("RJ")) // Railjet, Österreich