more lines

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@397 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2010-12-16 13:11:36 +00:00
parent 72e07658ce
commit 51db8036e5
3 changed files with 8 additions and 2 deletions

View file

@ -627,6 +627,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
return "I" + normalizedName;
if ("NZ".equals(normalizedType)) // Nacht-Zug
return "I" + normalizedName;
if ("FYR".equals(normalizedType)) // Fyra, Amsterdam-Schiphol-Rotterdam
return "I" + normalizedName;
if ("R".equals(normalizedType)) // Regio
return "R" + normalizedName;