src/java.desktop/macosx/classes/com/apple/laf/AquaKeyBindings.java

Print this page

        

@@ -527,11 +527,11 @@
         actionMap.put(pageDownMultiline, pageDownMultilineAction);
     }
 
     // extracted and adapted from DefaultEditorKit in 1.6
     @SuppressWarnings("serial") // Superclass is not serializable across versions
-    static abstract class DeleteWordAction extends TextAction {
+    abstract static class DeleteWordAction extends TextAction {
         public DeleteWordAction(final String name) { super(name); }
 
         public void actionPerformed(final ActionEvent e) {
             if (e == null) return;