# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: C:\Users\Franz\Documents\NetBeansProjects\JOSM-Plugins\core\src\org\openstreetmap\josm\data\osm
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
Index: Node.java
--- Node.java Base (BASE)
+++ Node.java Locally Modified (Based On LOCAL)
@@ -288,6 +288,12 @@
     public void updatePosition() {
     }
 
+    /**
+     * Check whether this node connects 2 ways.
+     * 
+     * @return true if isReferredByWays(2) returns true
+     * @see #isReferredByWays(int) 
+     */
     public boolean isConnectionNode() {
         return isReferredByWays(2);
     }
