Changeset 5249 in josm
- Timestamp:
- May 28, 2012 12:44:54 PM (12 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r4229 r5249 289 289 } 290 290 291 /** 292 * Check whether this node connects 2 ways. 293 * 294 * @return true if isReferredByWays(2) returns true 295 * @see #isReferredByWays(int) 296 */ 291 297 public boolean isConnectionNode() { 292 298 return isReferredByWays(2);
Note: See TracChangeset
for help on using the changeset viewer.
