mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 13:59:50 +00:00
AbstractEfaProvider: make tripId optional in queryTripsMobile()
This commit is contained in:
parent
6ed509e705
commit
5de74ffc0c
1 changed files with 1 additions and 1 deletions
|
@ -2689,7 +2689,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
XmlPullUtil.valueTag(pp, "de");
|
||||
XmlPullUtil.optValueTag(pp, "optval", null);
|
||||
XmlPullUtil.optValueTag(pp, "alt", null);
|
||||
final String tripId = XmlPullUtil.valueTag(pp, "gix");
|
||||
final String tripId = XmlPullUtil.optValueTag(pp, "gix", null);
|
||||
|
||||
XmlPullUtil.enter(pp, "ls");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue