mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 18:28:47 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@337 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3a39c72ad5
commit
40a19dc534
1 changed files with 2 additions and 2 deletions
|
@ -614,8 +614,8 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
||||||
return "I" + normalizedName;
|
return "I" + normalizedName;
|
||||||
if ("THA".equals(normalizedType)) // Thalys
|
if ("THA".equals(normalizedType)) // Thalys
|
||||||
return "I" + normalizedName;
|
return "I" + normalizedName;
|
||||||
// if ("THALYS".equals(normalizedType))
|
if ("THALYS".equals(normalizedType)) // THALYS
|
||||||
// return "I" + normalizedName;
|
return "I" + normalizedName;
|
||||||
if ("ES".equals(normalizedType)) // Eurostar Italia
|
if ("ES".equals(normalizedType)) // Eurostar Italia
|
||||||
return "I" + normalizedName;
|
return "I" + normalizedName;
|
||||||
if ("EST".equals(normalizedType)) // Eurostar
|
if ("EST".equals(normalizedType)) // Eurostar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue