one more line

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@427 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-01-02 14:47:51 +00:00
parent bbf1feac0a
commit 289545f9f2

View file

@ -645,6 +645,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
return "R" + normalizedName; return "R" + normalizedName;
if ("ATZ".equals(normalizedType)) // Autotunnelzug if ("ATZ".equals(normalizedType)) // Autotunnelzug
return "R" + normalizedName; return "R" + normalizedName;
if ("EXT".equals(normalizedType)) // Extrazug
return "R" + normalizedName;
if ("S".equals(normalizedType)) // S-Bahn if ("S".equals(normalizedType)) // S-Bahn
return "S" + normalizedName; return "S" + normalizedName;