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/FindRegularStopsByBoundingBoxRequestBuilder.java

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

private boolean filterByInUse = false;

protected FindRegularStopsByBoundingBoxRequestBuilder(Envelope envelope) {
FindRegularStopsByBoundingBoxRequestBuilder(Envelope envelope) {
this.envelope = envelope;
}

Expand Down

0 comments on commit 4364388

Please sign in to comment.