Changeset 15627 in josm
- Timestamp:
- 2020-01-02T10:31:54+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r14429 r15627 1346 1346 1347 1347 Pair<Way, Command> result = CombineWayAction.combineWaysWorker(actionWays); 1348 1348 if (result == null) { 1349 throw new JosmRuntimeException("Join areas internal error."); 1350 } 1349 1351 commitCommand(result.b); 1350 1352 cmdsCount++;
Note:
See TracChangeset
for help on using the changeset viewer.