mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:38:49 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@847 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a32fa6b778
commit
0bf669074e
1 changed files with 1 additions and 1 deletions
|
@ -538,7 +538,7 @@ public final class BahnProvider extends AbstractHafasProvider
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Pattern P_LINE_RUSSIA = Pattern
|
private static final Pattern P_LINE_RUSSIA = Pattern
|
||||||
.compile("\\d{3}(?:AJ|BJ|DJ|FJ|GJ|IJ|KJ|LJ|NJ|MJ|OJ|RJ|SJ|TJ|VJ|ZJ|CH|KH|ZH|EI|JA|JI|MZ|SH|PC|Y)");
|
.compile("\\d{3}(?:AJ|BJ|DJ|FJ|GJ|IJ|KJ|LJ|NJ|MJ|OJ|RJ|SJ|TJ|UJ|VJ|ZJ|CH|KH|ZH|EI|JA|JI|MZ|SH|PC|Y)");
|
||||||
private static final Pattern P_LINE_NUMBER = Pattern.compile("\\d{2,5}");
|
private static final Pattern P_LINE_NUMBER = Pattern.compile("\\d{2,5}");
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue