mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 19:48:49 +00:00
EFA: Fix network attribute parsing in <itdServingLine>.
This commit is contained in:
parent
0b42b39fd7
commit
e386dac23e
1 changed files with 1 additions and 1 deletions
|
@ -2009,7 +2009,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
}
|
||||
|
||||
XmlPullUtil.require(pp, "motDivaParams");
|
||||
final String divaNetwork = XmlPullUtil.attr(pp, "network");
|
||||
final String divaNetwork = XmlPullUtil.optAttr(pp, "network", null);
|
||||
|
||||
XmlPullUtil.skipExit(pp, "itdServingLine");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue