Skip to content

Commit d43e013

Browse files
committed
Fix typo and formatting
1 parent eb240ff commit d43e013

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

application/src/main/java/org/opentripplanner/routing/linking/VertexLinker.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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()) {

0 commit comments

Comments
 (0)