mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-13 16:20:34 +00:00
'list' state also means station not identified
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@824 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
135c577796
commit
fd04c2709e
1 changed files with 1 additions and 1 deletions
|
@ -1338,7 +1338,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
else if ("notidentified".equals(nameState))
|
else if ("notidentified".equals(nameState) || "list".equals(nameState))
|
||||||
{
|
{
|
||||||
return new QueryDeparturesResult(header, QueryDeparturesResult.Status.INVALID_STATION);
|
return new QueryDeparturesResult(header, QueryDeparturesResult.Status.INVALID_STATION);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue