more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@73 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-08-12 17:46:07 +00:00
parent f0cffe63f7
commit c0ecbe26f0
2 changed files with 5 additions and 1 deletions

View file

@ -560,6 +560,8 @@ public class SbbProvider implements NetworkProvider
return 'T';
if (ucType.equals("T"))
return 'T';
if (ucType.equals("NTR"))
return 'T';
if (ucType.equals("BUS"))
return 'B';