fixed parse line#type for Leipzig

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@919 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach@gmail.com 2012-01-28 16:49:32 +00:00
parent ed91f6c463
commit 2927f2c3db

View file

@ -155,6 +155,12 @@ public class NasaProvider extends AbstractHafasProvider
return super.parseLineWithoutType(line);
}
@Override
protected Line parseLineAndType(final String line)
{
return parseLineWithoutType(line);
}
@Override
protected char normalizeType(String type)
{