mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
AbstractEfaProvider: Ignore another <itdMapItemList> in processItdOdv().
This commit is contained in:
parent
79db154891
commit
1c787b8d1b
1 changed files with 1 additions and 0 deletions
|
@ -695,6 +695,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
}
|
||||
|
||||
XmlPullUtil.optSkipMultiple(pp, "infoLink");
|
||||
XmlPullUtil.optSkip(pp, "itdMapItemList");
|
||||
XmlPullUtil.optSkip(pp, "odvNameInput");
|
||||
|
||||
XmlPullUtil.exit(pp, "itdOdvName");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue