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:
andreas.schildbach 2010-10-22 20:23:39 +00:00
parent 934269395d
commit edbbf47b91

View file

@ -542,7 +542,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
throw new IllegalArgumentException("cannot handle: " + location.toDebugString()); 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) private final String _normalizeLine(final String type, final String name, final String longCategory)
{ {