mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 00:30:31 +00:00
fixed parsing error
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@755 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
8c7e40b7da
commit
1f1debc0d0
1 changed files with 3 additions and 0 deletions
|
@ -1097,6 +1097,9 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
if (XmlPullUtil.test(pp, "itdDateTime"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
if (XmlPullUtil.test(pp, "itdDMDateTime"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
if (XmlPullUtil.test(pp, "itdDateRange"))
|
||||
XmlPullUtil.next(pp);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue