This commit is contained in:
Andreas Schildbach 2013-01-02 17:21:52 +01:00
parent af256ab37c
commit 20a3c94dbd
3 changed files with 10 additions and 0 deletions

View file

@ -211,6 +211,8 @@ public class PlProvider extends AbstractHafasProvider
return 'R';
if ("DB".equals(ucType))
return 'R';
if ("REG".equals(ucType))
return 'R';
if ("FRE".equals(ucType))
return 'F';