mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
line BuFB
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@782 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
77ed4f67e6
commit
b59f39c618
2 changed files with 4 additions and 2 deletions
|
@ -1685,7 +1685,7 @@ public abstract class AbstractHafasProvider implements NetworkProvider
|
|||
return 0;
|
||||
}
|
||||
|
||||
protected static final Pattern P_NORMALIZE_LINE = Pattern.compile("([A-Za-zßÄÅäáàâåéèêíìîÖöóòôÜüúùûØ/-]+)[\\s-]*(.*)");
|
||||
protected static final Pattern P_NORMALIZE_LINE = Pattern.compile("([A-Za-zßÄÅäáàâåéèêíìîÖöóòôÜüúùûØ/]+)[\\s-]*(.*)");
|
||||
|
||||
protected String normalizeLine(final String type, final String line)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue