mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 08:10:46 +00:00
EFA: Ignore multiple <omcTaxi> tags when querying for trips.
This commit is contained in:
parent
7b38534d19
commit
7b92f6ed18
1 changed files with 2 additions and 1 deletions
|
@ -2389,7 +2389,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
XmlPullUtil.skipExit(pp, "itdTripDateTime");
|
||||
|
||||
XmlPullUtil.requireSkip(pp, "itdTripOptions");
|
||||
XmlPullUtil.optSkip(pp, "omcTaxi");
|
||||
while (XmlPullUtil.test(pp, "omcTaxi"))
|
||||
XmlPullUtil.requireSkip(pp, "omcTaxi");
|
||||
|
||||
final List<Trip> trips = new ArrayList<Trip>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue