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 46d67eb commit b6f389b
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -327,9 +327,6 @@ List<TripTimeOnDate> findTripTimeOnDate(
/**
* Returns a list of RegularStops that lay within a bounding box and match the other criteria in
* the request object.
*
* @param request - A {@link FindRegularStopsByBoundingBoxRequest} object with filtering defined.
* @return - A list of {@link RegularStop}s
*/
Collection<RegularStop> findRegularStopsByBoundingBox(
FindRegularStopsByBoundingBoxRequest request
Expand Down

0 comments on commit b6f389b

Please sign in to comment.