mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 00:39:58 +00:00
one more line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@316 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
934269395d
commit
edbbf47b91
1 changed files with 1 additions and 1 deletions
|
@ -542,7 +542,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
throw new IllegalArgumentException("cannot handle: " + location.toDebugString());
|
||||
}
|
||||
|
||||
private static final Pattern P_LINE_S = Pattern.compile("S\\d+");
|
||||
private static final Pattern P_LINE_S = Pattern.compile("SN?\\d+");
|
||||
|
||||
private final String _normalizeLine(final String type, final String name, final String longCategory)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue