mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
EFA: Ignore <itdAddOdvSeq /> element.
This commit is contained in:
parent
7821c7458d
commit
da0580b64f
1 changed files with 1 additions and 0 deletions
|
@ -2384,6 +2384,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
if (ambiguousFrom != null || ambiguousTo != null || ambiguousVia != null)
|
if (ambiguousFrom != null || ambiguousTo != null || ambiguousVia != null)
|
||||||
return new QueryTripsResult(header, ambiguousFrom, ambiguousVia, ambiguousTo);
|
return new QueryTripsResult(header, ambiguousFrom, ambiguousVia, ambiguousTo);
|
||||||
|
|
||||||
|
XmlPullUtil.optSkip(pp, "itdAddOdvSeq");
|
||||||
XmlPullUtil.enter(pp, "itdTripDateTime");
|
XmlPullUtil.enter(pp, "itdTripDateTime");
|
||||||
XmlPullUtil.enter(pp, "itdDateTime");
|
XmlPullUtil.enter(pp, "itdDateTime");
|
||||||
XmlPullUtil.require(pp, "itdDate");
|
XmlPullUtil.require(pp, "itdDate");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue