Changeset 8285 in josm for trunk/src/org/openstreetmap/josm/actions/SelectNonBranchingWaySequences.java
- Timestamp:
- 2015-04-28T00:49:49+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SelectNonBranchingWaySequences.java
r7937 r8285 21 21 * outer endpoints of selected ways 22 22 */ 23 Set<Node> outerNodes; 23 private Set<Node> outerNodes; 24 24 /** 25 25 * endpoints of selected ways 26 26 */ 27 Set<Node> nodes; 27 private Set<Node> nodes; 28 28 29 29 /**
Note:
See TracChangeset
for help on using the changeset viewer.
