mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
normalize SN4 (Night S-Bahn)
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@607 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a1aad80bad
commit
bafa81b8f5
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ public class ZvvProvider extends AbstractHafasProvider
|
|||
throw new IllegalStateException("cannot normalize line " + line);
|
||||
}
|
||||
|
||||
private static final Pattern P_NORMALIZE_LINE_S = Pattern.compile("S\\d+");
|
||||
private static final Pattern P_NORMALIZE_LINE_S = Pattern.compile("SN?\\d+");
|
||||
|
||||
@Override
|
||||
protected char normalizeType(final String type)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue