Index: trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java	(revision 14845)
+++ trunk/src/org/openstreetmap/josm/gui/dialogs/ValidatorDialog.java	(revision 14846)
@@ -690,5 +690,5 @@
     }
 
-    private class AutofixCommand extends SequenceCommand {
+    private static class AutofixCommand extends SequenceCommand {
         AutofixCommand(Collection<Command> sequenz) {
             super(tr("auto-fixed validator issues"), sequenz, true);
