Denmark departures

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@588 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2011-05-01 08:16:01 +00:00
parent 2cd4ebb926
commit 8833e42bb6
12 changed files with 719 additions and 513 deletions

View file

@ -603,7 +603,8 @@ public class RmvProvider extends AbstractHafasProvider
}
}
private static String normalizeLine(final String line)
@Override
protected String normalizeLine(final String line)
{
if (line == null || line.length() == 0)
return null;