git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@693 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-06-12 17:56:00 +00:00
parent 13787d55f6
commit 88e9b796b0
8 changed files with 303 additions and 49 deletions

View file

@ -154,6 +154,8 @@ public class SbbProvider extends AbstractHafasProvider
if ("TX".equals(ucType))
return 'B';
if ("NFO".equals(ucType))
return 'B';
final char t = super.normalizeType(type);
if (t != 0)