mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 20:08:49 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@589 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
8833e42bb6
commit
ba04d07f36
1 changed files with 5 additions and 0 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue