Skip to content

Commit 567da9c

Browse files
committed
Fix Javadoc
1 parent 5b3f5f4 commit 567da9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/openstreetmap/josm/data/validation/tests/CycleDetector.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,10 +166,10 @@ private static Collection<WaySegment> createSegments(Map<Node, List<Node>> graph
166166
}
167167

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

0 commit comments

Comments
 (0)