git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@800 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-10-01 23:03:47 +00:00
parent 5584273fb4
commit 9a5f3b0757

View file

@ -662,6 +662,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
return 'I' + name;
if ("INT".equals(type)) // SVV
return 'I' + name;
if ("IXB".equals(type)) // ICE International
return 'I' + name;
if (type.equals("IR")) // Interregio
return 'R' + str;