Changeset 1677 in josm for trunk/src/org/openstreetmap/josm/data/osm/Way.java
- Timestamp:
- 17.06.2009 10:04:22 (3 years ago)
- File:
-
- 1 edited
-
trunk/src/org/openstreetmap/josm/data/osm/Way.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Way.java
r1611 r1677 185 185 186 186 public boolean isFirstLastNode(Node n) { 187 if (incomplete || nodes.size() == 0) return false; 187 if (incomplete || nodes.size() == 0) return false; 188 188 return n == firstNode() || n == lastNode(); 189 189 }
Note: See TracChangeset
for help on using the changeset viewer.
