Skip to content

Commit

Permalink
Update application/src/main/java/org/opentripplanner/transit/service/…
Browse files Browse the repository at this point in the history
…TransitService.java

Co-authored-by: Thomas Gran <t2gran@gmail.com>
  • Loading branch information
eibakke and t2gran authored Dec 19, 2024
1 parent 1c53bbb commit 46d67eb
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,6 @@ List<TripTimeOnDate> findTripTimeOnDate(
/**
* Returns a list of Trips that match the filtering defined in the request.
*
* @param request - A {@link TripRequest} object with filtering defined.
* @return - A list of {@link Trip}s
*/
List<Trip> getTrips(TripRequest request);

Expand Down

0 comments on commit 46d67eb

Please sign in to comment.