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