Skip to content

Commit 3e4268e

Browse files
Update application/src/main/java/org/opentripplanner/routing/graph/Graph.java
Co-authored-by: Thomas Gran <[email protected]>
1 parent e17cac7 commit 3e4268e

File tree

1 file changed

+1
-1
lines changed
  • application/src/main/java/org/opentripplanner/routing/graph

1 file changed

+1
-1
lines changed

application/src/main/java/org/opentripplanner/routing/graph/Graph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ public Optional<TransitStopVertex> findStopVertex(FeedScopedId stopId) {
224224
}
225225

226226
/**
227-
* If the {@code id} is a station id and it is configured to route to its center,
227+
* If the {@code stopId} is a station id and it is configured to route to its center,
228228
* return the corresponding vertex, otherwise return an empty optional.
229229
*/
230230
public Optional<StationCentroidVertex> findStationCentroidVertex(FeedScopedId stopId) {

0 commit comments

Comments
 (0)