mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
EFA: Ignore <omcTaxi> tag when querying for trips.
This commit is contained in:
parent
8113f8b775
commit
94adb91a25
1 changed files with 1 additions and 0 deletions
|
@ -2370,6 +2370,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
XmlPullUtil.skipExit(pp, "itdTripDateTime");
|
||||
|
||||
XmlPullUtil.requireSkip(pp, "itdTripOptions");
|
||||
XmlPullUtil.optSkip(pp, "omcTaxi");
|
||||
|
||||
final List<Trip> trips = new ArrayList<Trip>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue