File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
application/src/main/java/org/opentripplanner/routing/linking Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -656,9 +656,9 @@ private boolean addAreaVertex(
656
656
)
657
657
.findFirst ();
658
658
if (!nearest .isPresent ()) {
659
- /* This can happen when all (probably the single one) visibility points are very close
660
- to the linked vertex. Such situatin can arise in boarding location linking which skips
661
- the snapping logic of normal linking and calls addPermanentAreaVertex directly */
659
+ // This can happen when all (probably the single one) visibility points are very close
660
+ // to the linked vertex. Such situation can arise in boarding location linking which skips
661
+ // the snapping logic of normal linking and calls addPermanentAreaVertex directly
662
662
nearest = areaGroup .visibilityVertices ().stream ().findFirst ();
663
663
}
664
664
if (nearest .isPresent ()) {
You can’t perform that action at this time.
0 commit comments