mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 16:40:30 +00:00
Fix JavaDoc for queryMoreTrips().
This commit is contained in:
parent
458fea99ac
commit
f7c7a9fa38
2 changed files with 3 additions and 3 deletions
|
@ -508,7 +508,7 @@ public class HslProvider extends AbstractNetworkProvider {
|
|||
* @param contextObj
|
||||
* context to query more trips from
|
||||
* @param later
|
||||
* {@code true} for get next trips, {@code false} for get previous trips
|
||||
* {@code true} to get later trips, {@code false} to get earlier trips
|
||||
* @return result object that contains possible trips
|
||||
* @throws IOException
|
||||
*/
|
||||
|
|
|
@ -160,8 +160,8 @@ public interface NetworkProvider {
|
|||
*
|
||||
* @param context
|
||||
* context to query more trips from
|
||||
* @param next
|
||||
* {@code true} for get next trips, {@code false} for get previous trips
|
||||
* @param later
|
||||
* {@code true} to get later trips, {@code false} to get earlier trips
|
||||
* @return result object that contains possible trips
|
||||
* @throws IOException
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue