src/share/classes/java/awt/event/InputEvent.java

Print this page

        

@@ -351,11 +351,11 @@
             if (sm != null) {
                 try {
                     sm.checkSystemClipboardAccess();
                     b = true;
                 } catch (SecurityException se) {
-                    if (logger.isLoggable(PlatformLogger.FINE)) {
+                    if (logger.isLoggable(PlatformLogger.Level.FINE)) {
                         logger.fine("InputEvent.canAccessSystemClipboard() got SecurityException ", se);
                     }
                 }
             } else {
                 b = true;