Ticket #5153: validator-dupcrash.patch
| File validator-dupcrash.patch, 725 bytes (added by , 15 years ago) |
|---|
-
src/org/openstreetmap/josm/plugins/validator/tests/DuplicateWay.java
166 166 //Note: nodes are not deleted, these can be detected and deleted at next pass 167 167 ways.remove(wayToKeep); 168 168 commands.add(new DeleteCommand(ways)); 169 Main.main.undoRedo.add(new SequenceCommand(tr("Delete duplicate ways"), commands)); 170 return null; 169 return new SequenceCommand(tr("Delete duplicate ways"), commands); 171 170 } 172 171 173 172 @Override
