File tree Expand file tree Collapse file tree
application/src/main/java/org/opentripplanner/routing/linking Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -656,9 +656,9 @@ private boolean addAreaVertex(
656656 )
657657 .findFirst ();
658658 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
662662 nearest = areaGroup .visibilityVertices ().stream ().findFirst ();
663663 }
664664 if (nearest .isPresent ()) {
You can’t perform that action at this time.
0 commit comments