Changeset 5249 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2012-05-28T12:44:54+02:00 (13 years 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.