one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@139 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-05 20:26:01 +00:00
parent e9637344b6
commit 5301ed49e1

View file

@ -803,6 +803,8 @@ public class MvvProvider implements NetworkProvider
return "R" + type + number;
if (type.equals("ALX")) // Länderbahn und Vogtlandbahn
return "R" + type + number;
if (type.equals("ERB")) // Eurobahn
return "R" + type + number;
throw new IllegalStateException("cannot normalize product " + product + " line " + line);
}