one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@149 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-07 23:26:29 +00:00
parent 254752c705
commit 138be61f7f

View file

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