This commit is contained in:
Andreas Schildbach 2012-09-22 12:12:50 +02:00
parent b6eb11bd3d
commit 4c54dbbe90

View file

@ -262,6 +262,9 @@ public class ShProvider extends AbstractHafasProvider
{
final String ucType = type.toUpperCase();
if ("DPF".equals(ucType)) // Hamburg-Koeln-Express
return 'I';
if ("KBS".equals(ucType))
return 'B';
if ("KB1".equals(ucType))