mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 23:38:49 +00:00
AbstractEfaProvider: Properly ignore <coordInfoRequest>.
This commit is contained in:
parent
286e1718bf
commit
d422a3cb6e
1 changed files with 1 additions and 2 deletions
|
@ -496,8 +496,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
|
||||
XmlPullUtil.enter(pp, "itdCoordInfo");
|
||||
|
||||
XmlPullUtil.enter(pp, "coordInfoRequest");
|
||||
XmlPullUtil.skipExit(pp, "coordInfoRequest");
|
||||
XmlPullUtil.optSkip(pp, "coordInfoRequest");
|
||||
|
||||
final List<Location> locations = new ArrayList<>();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue