mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 09:19:57 +00:00
Hafas: Parse another cancelled departure case in XML station board.
This commit is contained in:
parent
4138966cf9
commit
0ae2fe45d0
1 changed files with 1 additions and 1 deletions
|
@ -651,7 +651,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
// TODO lineFG/lineBG (ZVV)
|
||||
final String administration = normalizeLineAdministration(XmlPullUtil.optAttr(pp, "administration", null));
|
||||
|
||||
if (!"cancel".equals(eDelay))
|
||||
if (!"cancel".equals(delay) && !"cancel".equals(eDelay))
|
||||
{
|
||||
final Calendar plannedTime = new GregorianCalendar(timeZone);
|
||||
plannedTime.clear();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue