mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@497 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
f7e7f6d7c6
commit
5f84dbf400
1 changed files with 2 additions and 0 deletions
|
@ -788,6 +788,8 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
|
||||
if (type.equals("BUS"))
|
||||
return 'B' + str;
|
||||
if ("SEV-Bus".equals(type))
|
||||
return 'B' + str;
|
||||
|
||||
if (type.length() == 0)
|
||||
return "?";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue