more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@589 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-05-01 11:11:09 +00:00
parent 8833e42bb6
commit ba04d07f36

View file

@ -663,6 +663,11 @@ public class RmvProvider extends AbstractHafasProvider
throw new IllegalStateException("cannot normalize type " + type + " number " + number + " line " + line);
}
if ("11".equals(line))
return "T11";
if ("12".equals(line))
return "T12";
throw new IllegalStateException("cannot normalize line " + line);
}