git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@938 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-02-11 16:57:13 +00:00
parent 6150fa6a98
commit 8f834f14ff

View file

@ -259,6 +259,8 @@ public class ZvvProvider extends AbstractHafasProvider
if ("UNB".equals(ucType)) if ("UNB".equals(ucType))
return '?'; return '?';
if ("???".equals(ucType))
return '?';
final char t = super.normalizeType(type); final char t = super.normalizeType(type);
if (t != 0) if (t != 0)