Changeset 1924 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2009-08-07T23:22:31+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/DeleteCommand.java
r1898 r1924 394 394 395 395 Way wnew2 = new Way(); 396 if (wnew.keys != null) { 397 wnew2.keys = new HashMap<String, String>(wnew.keys); 398 } 396 wnew2.setKeys(wnew.getKeys()); 399 397 wnew2.setNodes(n2); 400 398 cmds.add(new AddCommand(wnew2));
Note:
See TracChangeset
for help on using the changeset viewer.