This commit is contained in:
Andreas Schildbach 2012-03-23 11:48:33 +01:00
parent 4aae106869
commit 983c8a4117

View file

@ -183,6 +183,8 @@ public class NriProvider extends AbstractHafasProvider
return 'R'; return 'R';
if ("TRAIN".equals(ucType)) if ("TRAIN".equals(ucType))
return 'R'; return 'R';
if ("HEL".equals(ucType)) // Heli
return 'R';
if ("U".equals(ucType)) if ("U".equals(ucType))
return 'U'; return 'U';