Ignore:
Timestamp:
2019-03-06T10:44:23+01:00 (5 years ago)
Author:
GerdP
Message:

fix findbugs issue: Should org.openstreetmap.josm.gui.dialogs.ValidatorDialog$AutofixCommand be a _static_ inner class?

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java

    r14845 r14846  
    690690    }
    691691
    692     private class AutofixCommand extends SequenceCommand {
     692    private static class AutofixCommand extends SequenceCommand {
    693693        AutofixCommand(Collection<Command> sequenz) {
    694694            super(tr("auto-fixed validator issues"), sequenz, true);
Note: See TracChangeset for help on using the changeset viewer.