git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@930 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-30 23:00:06 +00:00
parent a743ca2492
commit 156b4d9097

View file

@ -1753,6 +1753,8 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
return 'B';
if ("LT".equals(ucType)) // Linien-Taxi
return 'B';
if ("BUVB".equals(ucType)) // BuVB
return 'B';
// if ("N".equals(normalizedType)) // Nachtbus
// return "B" + normalizedName;