mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
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:
parent
bbf1feac0a
commit
289545f9f2
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue