jdk/src/java.desktop/share/classes/sun/awt/image/ShortComponentRaster.java
changeset 32865 f9cb6e427f9e
parent 30948 0a0972d3b58d
child 37544 d07afcfa7730
--- a/jdk/src/java.desktop/share/classes/sun/awt/image/ShortComponentRaster.java	Fri Sep 18 11:31:15 2015 -0700
+++ b/jdk/src/java.desktop/share/classes/sun/awt/image/ShortComponentRaster.java	Sat Sep 19 15:45:59 2015 -0700
@@ -76,7 +76,7 @@
     /** 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();