src/java.desktop/share/classes/sun/awt/image/IntegerComponentRaster.java

Print this page

        

@@ -89,11 +89,11 @@
     private int maxX;
 
     /** A cached copy of minY + height for use in bounds checks. */
     private int maxY;
 
-    static private native void initIDs();
+    private static native void initIDs();
     static {
         /* ensure that the necessary native libraries are loaded */
         NativeLibLoader.loadLibraries();
         initIDs();
     }