mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 00:08:49 +00:00
line
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@901 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3c8f712b6a
commit
51962ad1bb
1 changed files with 1 additions and 1 deletions
|
@ -1838,7 +1838,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
||||||
|
|
||||||
protected Line normalizeLine(final String line)
|
protected Line normalizeLine(final String line)
|
||||||
{
|
{
|
||||||
if (line == null || line.length() == 0)
|
if (line == null || line.length() == 0 || line.equals("#"))
|
||||||
return null;
|
return null;
|
||||||
|
|
||||||
final Matcher mBusSpecial = P_LINE_BUS_SPECIAL.matcher(line);
|
final Matcher mBusSpecial = P_LINE_BUS_SPECIAL.matcher(line);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue