Skip to content

Commit abb2c72

Browse files
committed
fix some Javadoc to analyze autobuild
1 parent c779d70 commit abb2c72

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
/javadoc/
88
/checkstyle-josm-pt_assistant.xml
99
/bintest/
10+
/target
11+
/test/build

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ public static boolean isAnyWayTouchingAnyOtherWay(Collection<? extends IWay<Node
5555
}
5656

5757
/**
58+
* Find first common node
59+
*
5860
* @param w1 a way
5961
* @param w2 another way
6062
* @return The first node of the ways {@code w1} and {@code w2} that is also part of the other

0 commit comments

Comments
 (0)