git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@912 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-28 13:35:27 +00:00
parent 3b0c9c42bf
commit 90325bbb84

View file

@ -248,6 +248,8 @@ public class ZvvProvider extends AbstractHafasProvider
return 'B';
if ("E-BUS".equals(ucType))
return 'B';
if ("TROLLEY".equals(ucType))
return 'B';
if ("D-SCHIFF".equals(ucType))
return 'F';