mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-07 17:48:49 +00:00
line GJ
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@819 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
dd54582ead
commit
97ce1908e2
1 changed files with 1 additions and 1 deletions
|
@ -569,7 +569,7 @@ public final class BahnProvider extends AbstractHafasProvider
|
|||
|
||||
private static final Pattern P_LINE_BUS_SPECIAL = Pattern.compile("Bus([A-Z]/[\\dA-Z]+)");
|
||||
private static final Pattern P_LINE_RUSSIA = Pattern
|
||||
.compile("\\d{3}(?:AJ|BJ|DJ|FJ|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|VJ|ZJ|CH|KH|ZH|EI|JA|JI|MZ|SH|PC|Y)");
|
||||
private static final Pattern P_LINE_NUMBER = Pattern.compile("\\d{2,5}");
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue