src/java.desktop/share/classes/javax/swing/SwingWorker.java

Print this page

        

@@ -825,11 +825,11 @@
             return tmp;
         }
     }
     private static class DoSubmitAccumulativeRunnable
           extends AccumulativeRunnable<Runnable> implements ActionListener {
-        private final static int DELAY = 1000 / 30;
+        private static final int DELAY = 1000 / 30;
         @Override
         protected void run(List<Runnable> args) {
             for (Runnable runnable : args) {
                 runnable.run();
             }