- Timestamp:
- 2019-03-06T10:44:23+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
r14845 r14846 690 690 } 691 691 692 private class AutofixCommand extends SequenceCommand {692 private static class AutofixCommand extends SequenceCommand { 693 693 AutofixCommand(Collection<Command> sequenz) { 694 694 super(tr("auto-fixed validator issues"), sequenz, true);
Note:
See TracChangeset
for help on using the changeset viewer.