Skip to content

Commit

Permalink
Fix Javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabortim committed Apr 22, 2024
1 parent 5b3f5f4 commit 567da9c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ private static Collection<WaySegment> createSegments(Map<Node, List<Node>> graph
}

/**
* Returns the way index of a node. Only the first occurrence is considered in case it's a closed or self-intersecting way.
* Determines if the given nodes are consecutive part of the parent way.
*
* @param w parent way
* @param n the first node to look up
* @param n the first node to look up in the way direction
* @param m the second, possibly consecutive node
* @return {@code true} if the nodes are consecutive order in the way direction
*/
Expand Down

0 comments on commit 567da9c

Please sign in to comment.