mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 06:08:52 +00:00
more lines
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@12 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
c92b4f73e8
commit
d3a4c65ba6
1 changed files with 2 additions and 0 deletions
|
@ -539,6 +539,8 @@ public class MvvProvider implements NetworkProvider
|
|||
return "S" + line;
|
||||
else if (LINES.containsKey("U" + line))
|
||||
return "U" + line;
|
||||
else if (line.matches("N4\\d"))
|
||||
return "B" + line;
|
||||
|
||||
throw new IllegalStateException("cannot normalize null product, line " + line);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue