git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@847 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-11-07 14:15:57 +00:00
parent a32fa6b778
commit 0bf669074e

View file

@ -538,7 +538,7 @@ public final class BahnProvider extends AbstractHafasProvider
}
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}");
@Override