Skip to content

Commit 101aba1

Browse files
committed
another Javadoc to force a rebuild - I wonder if release is fixed before all the warnings are gone :-)
1 parent 65e0f6d commit 101aba1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/GeometryUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ private GeometryUtils() {
2121
}
2222

2323
/**
24+
* Direction of a point relative to a line
25+
*
2426
* @param line a pair of two points A and B, representing a line from A to B
2527
* @param point the point for which the direction relative to {@code line} is returned
2628
* @return a positive value when {@code point} is to the right of the line from A to B (looking in that direction).

0 commit comments

Comments
 (0)