mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-09 11:58:47 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@637 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
d238070ba7
commit
a1b04662e6
1 changed files with 2 additions and 0 deletions
|
@ -943,6 +943,8 @@ public final class BvgProvider extends AbstractHafasProvider
|
|||
return "F" + number;
|
||||
if (type.equals("F"))
|
||||
return "FF" + number;
|
||||
if (type.equals("WT")) // Wassertaxi
|
||||
return "FWT" + number;
|
||||
|
||||
throw new IllegalStateException("cannot normalize type '" + type + "' number '" + number + "' line '" + line + "'");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue