src/solaris/classes/sun/awt/X11InputMethod.java

Print this page

        

@@ -324,11 +324,11 @@
         clientComponentWindow = getClientComponentWindow();
         if (clientComponentWindow == null)
             return;
 
         if (lastXICFocussedComponent != null){
-            if (log.isLoggable(PlatformLogger.FINE)) {
+            if (log.isLoggable(PlatformLogger.Level.FINE)) {
                 log.fine("XICFocused {0}, AWTFocused {1}",
                          lastXICFocussedComponent, awtFocussedComponent);
             }
         }