Skip to content

Commit 1b10c8e

Browse files
hansonrhansonr
authored andcommitted
removing native call
1 parent 4f9243c commit 1b10c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/java/awt/KeyboardFocusManager.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public Container getCurrentFocusCycleRoot() {
148148
/**
149149
* Initialize JNI field and method IDs
150150
*/
151-
private static native void initIDs();
151+
// private static native void initIDs();
152152

153153
// private static final PlatformLogger log = PlatformLogger.getLogger("java.awt.KeyboardFocusManager");
154154

0 commit comments

Comments
 (0)