line BN Venus

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@825 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-10-15 20:45:41 +00:00
parent fd04c2709e
commit cefe9b6ebe

View file

@ -351,6 +351,8 @@ public class RmvProvider extends AbstractHafasProvider
return 'B'; return 'B';
if ("LTAXI".equals(ucType)) if ("LTAXI".equals(ucType))
return 'B'; return 'B';
if ("BN".equals(ucType)) // BN Venus
return 'B';
final char t = super.normalizeType(type); final char t = super.normalizeType(type);
if (t != 0) if (t != 0)