Skip to content

Commit

Permalink
Update application/src/main/java/org/opentripplanner/transit/api/requ…
Browse files Browse the repository at this point in the history
…est/FindRegularStopsByBoundingBoxRequest.java

Co-authored-by: Thomas Gran <[email protected]>
  • Loading branch information
eibakke and t2gran authored Dec 19, 2024
1 parent 7f5f5e3 commit de3e9c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class FindRegularStopsByBoundingBoxRequest {

private final boolean filterByInUse;

protected FindRegularStopsByBoundingBoxRequest(
FindRegularStopsByBoundingBoxRequest(
Envelope envelope,
@Nullable String feedId,
boolean filterByInUse
Expand Down

0 comments on commit de3e9c6

Please sign in to comment.