Changeset 5249 in josm


Ignore:
Timestamp:
May 28, 2012 12:44:54 PM (12 months 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.