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

Print this page

        

@@ -265,11 +265,11 @@
 
     /*
      * fields
      */
 
-    static final private Point  zero     = new Point(0,0);
+    private static final Point  zero     = new Point(0,0);
 
     /**
      * The location of the drag cursor's hotspot in Component coordinates.
      *
      * @serial