mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-08 00:08:49 +00:00
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:
parent
ed91f6c463
commit
2927f2c3db
1 changed files with 6 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue