mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 22:19:50 +00:00
AbstractHafasLegacyProvider: 'YJ' line.
This commit is contained in:
parent
5a72b83c33
commit
d7410445a1
1 changed files with 1 additions and 1 deletions
|
@ -2954,7 +2954,7 @@ public abstract class AbstractHafasLegacyProvider extends AbstractHafasProvider
|
|||
private static final Pattern P_LINE_NUMBER = Pattern.compile("\\d{2,5}");
|
||||
private static final Pattern P_LINE_SUBWAY = Pattern.compile("U\\d{1,2}");
|
||||
private static final Pattern P_LINE_RUSSIA = Pattern.compile(
|
||||
"\\d{3}(?:AJ|BJ|CJ|DJ|EJ|FJ|GJ|IJ|KJ|LJ|NJ|MJ|OJ|RJ|SJ|TJ|UJ|VJ|ZJ|CH|KH|ZH|EI|JA|JI|MZ|SH|SZ|PC|Y)");
|
||||
"\\d{3}(?:AJ|BJ|CJ|DJ|EJ|FJ|GJ|IJ|KJ|LJ|NJ|MJ|OJ|RJ|SJ|TJ|UJ|VJ|ZJ|CH|KH|ZH|EI|JA|JI|MZ|SH|SZ|PC|Y|YJ)");
|
||||
|
||||
protected Line parseLineAndType(final String lineAndType) {
|
||||
final Matcher mLineAndType = P_NORMALIZE_LINE_AND_TYPE.matcher(lineAndType);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue