We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c779d70 commit abb2c72Copy full SHA for abb2c72
2 files changed
.gitignore
@@ -7,3 +7,5 @@
7
/javadoc/
8
/checkstyle-josm-pt_assistant.xml
9
/bintest/
10
+/target
11
+/test/build
src/main/java/org/openstreetmap/josm/plugins/pt_assistant/utils/WayUtils.java
@@ -55,6 +55,8 @@ public static boolean isAnyWayTouchingAnyOtherWay(Collection<? extends IWay<Node
55
}
56
57
/**
58
+ * Find first common node
59
+ *
60
* @param w1 a way
61
* @param w2 another way
62
* @return The first node of the ways {@code w1} and {@code w2} that is also part of the other
0 commit comments