one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@157 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-09-11 11:27:28 +00:00
parent 50cc56d6ab
commit 33494f42c4

View file

@ -625,6 +625,8 @@ public class SbbProvider implements NetworkProvider
return 'B';
if (ucType.equals("MIN"))
return 'B';
if (ucType.equals("MID"))
return 'B';
if (ucType.equals("N"))
return 'B';
if (ucType.equals("TX"))