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

Print this page

        

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