We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51648c0 commit 29164c3Copy full SHA for 29164c3
sources/net.sf.j2s.java.core/src/sun/awt/image/ShortComponentRaster.java
@@ -76,12 +76,12 @@ public class ShortComponentRaster extends SunWritableRaster {
76
/** A cached copy of minY + height for use in bounds checks. */
77
private int maxY;
78
79
- static private native void initIDs();
80
- static {
81
- /* ensure that the necessary native libraries are loaded */
82
- NativeLibLoader.loadLibraries();
83
- initIDs();
84
- }
+// static private native void initIDs();
+// static {
+// /* ensure that the necessary native libraries are loaded */
+// NativeLibLoader.loadLibraries();
+// initIDs();
+// }
85
86
/**
87
* Constructs a ShortComponentRaster with the given SampleModel.
0 commit comments