mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
introduce query uri in QueryDeparturesResult and
remove maxDepartures parameter from queryDepartures() git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@11 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
0388466320
commit
c92b4f73e8
6 changed files with 22 additions and 22 deletions
|
@ -125,10 +125,8 @@ public interface NetworkProvider
|
|||
*
|
||||
* @param queryUri
|
||||
* uri constructed by {@link NetworkProvider#departuresQueryUri}
|
||||
* @param maxDepartures
|
||||
* maximum number of departures to return or {@code 0}
|
||||
* @return result object containing the departures
|
||||
* @throws IOException
|
||||
*/
|
||||
QueryDeparturesResult queryDepartures(String queryUri, int maxDepartures) throws IOException;
|
||||
QueryDeparturesResult queryDepartures(String queryUri) throws IOException;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue