Skip to content

Commit

Permalink
Cleans up some leftover cruff from a merge and improves some JavaDocs.
Browse files Browse the repository at this point in the history
  • Loading branch information
eibakke committed Nov 6, 2024
1 parent 331e7a5 commit e196533
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/**
* A request for {@link RegularStop}s.
*
* <p>
* This request is used to retrieve {@link RegularStop}s that match the provided criteria.
*/
public class RegularStopRequest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

/**
* A request for trips on a specific service date.
*
* <p>
* This request is used to retrieve {@link TripOnServiceDate}s that match the provided criteria.
* At least one operatingDay must be provided.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

import java.time.LocalDate;
import java.util.List;
import org.opentripplanner.framework.collection.ListUtils;
import org.opentripplanner.transit.model.framework.FeedScopedId;
import org.opentripplanner.transit.model.timetable.Trip;
import org.opentripplanner.utils.collection.ListUtils;

/**
* A request for {@link Trip}s.
Expand Down

0 comments on commit e196533

Please sign in to comment.