- Timestamp:
- 2020-07-06T17:18:06+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/CombineWayAction.java
r16628 r16732 131 131 132 132 // try to build a new way which includes all the combined ways 133 List<Node> path = tryJoin(ways);133 List<Node> path = new LinkedList<>(tryJoin(ways)); 134 134 if (path.isEmpty()) { 135 135 warnCombiningImpossible();
Note:
See TracChangeset
for help on using the changeset viewer.