Ticket #7733: Node.diff

File Node.diff, 827 bytes (added by Locked, 14 years ago)

Javadoc-comment-patch

  • Node.java

    # 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.
     
    288288    public void updatePosition() {
    289289    }
    290290
     291    /**
     292     * Check whether this node connects 2 ways.
     293     *
     294     * @return true if isReferredByWays(2) returns true
     295     * @see #isReferredByWays(int)
     296     */
    291297    public boolean isConnectionNode() {
    292298        return isReferredByWays(2);
    293299    }