mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-06 15:18:49 +00:00
TripOptions: Fix a JavaDoc reference.
This commit is contained in:
parent
71e852a295
commit
20dc973045
1 changed files with 2 additions and 1 deletions
|
@ -17,6 +17,7 @@
|
|||
|
||||
package de.schildbach.pte.dto;
|
||||
|
||||
import java.util.Date;
|
||||
import java.util.Set;
|
||||
|
||||
import javax.annotation.Nullable;
|
||||
|
@ -31,7 +32,7 @@ import de.schildbach.pte.NetworkProvider.TripFlag;
|
|||
import de.schildbach.pte.NetworkProvider.WalkSpeed;
|
||||
|
||||
/**
|
||||
* Options for {@link NetworkProvider#queryTrips()}.
|
||||
* Options for {@link NetworkProvider#queryTrips(Location, Location, Location, Date, boolean, TripOptions)}.
|
||||
*
|
||||
* @author Ialokim
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue