git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@734 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-07-22 11:37:43 +00:00
parent 457e29ff49
commit 2703910c91

View file

@ -957,6 +957,8 @@ public final class BvgProvider extends AbstractHafasProvider
return "FF" + number;
if (type.equals("WT"))
return "FWT" + number;
if ("Potsd".equals(type))
return "?Potsd" + number;
throw new IllegalStateException("cannot normalize type '" + type + "' number '" + number + "' line '" + line + "'");
}