src/java.desktop/share/classes/java/awt/dnd/InvalidDnDOperationException.java

Print this page

        

@@ -36,11 +36,11 @@
 
 public class InvalidDnDOperationException extends IllegalStateException {
 
     private static final long serialVersionUID = -6062568741193956678L;
 
-    static private String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state";
+    private static String dft_msg = "The operation requested cannot be performed by the DnD system since it is not in the appropriate state";
 
     /**
      * Create a default Exception
      */