EFA: Ignore <itdAddOdvSeq /> element.

This commit is contained in:
Andreas Schildbach 2016-06-27 18:00:20 +02:00
parent 7821c7458d
commit da0580b64f

View file

@ -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");