mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@283 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
6a49e57d0e
commit
1872466fe4
1 changed files with 2 additions and 0 deletions
|
@ -362,6 +362,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
return 'R' + str;
|
||||
if (P_LINE_R.matcher(type).matches())
|
||||
return 'R' + str;
|
||||
if (type.equals("Bahn"))
|
||||
return 'R' + str;
|
||||
if (type.equals("D")) // Schnellzug
|
||||
return 'R' + str;
|
||||
if (type.equals("S")) // ~Innsbruck
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue