mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
line ASOF
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@834 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
dc1f35a23f
commit
2b69b55dab
1 changed files with 2 additions and 0 deletions
|
@ -353,6 +353,8 @@ public class RmvProvider extends AbstractHafasProvider
|
|||
return 'B';
|
||||
if ("BN".equals(ucType)) // BN Venus
|
||||
return 'B';
|
||||
if ("ASOF".equals(ucType))
|
||||
return 'B';
|
||||
|
||||
final char t = super.normalizeType(type);
|
||||
if (t != 0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue