Ignore:
Timestamp:
2012-05-28T12:44:54+02:00 (12 years ago)
Author:
simon04
Message:

fix #7733 - documentation (patch by Locked)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/Node.java

    r4229 r5249  
    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);
Note: See TracChangeset for help on using the changeset viewer.