mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-19 08:49:58 +00:00
This commit is contained in:
parent
6ac291eb5f
commit
946414a760
2 changed files with 11 additions and 2 deletions
|
@ -1889,7 +1889,8 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
|||
XmlPullUtil.enter(pp, "itdDate");
|
||||
if (XmlPullUtil.test(pp, "itdMessage"))
|
||||
{
|
||||
final String message = pp.nextText();
|
||||
final String message = XmlPullUtil.nextText(pp, null, "itdMessage");
|
||||
|
||||
if ("invalid date".equals(message))
|
||||
return new QueryConnectionsResult(header, QueryConnectionsResult.Status.INVALID_DATE);
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue