src/solaris/classes/sun/awt/X11/XProtocol.java

Print this page

        

@@ -52,11 +52,11 @@
         try {
             return protocols.contains(protocol);
         } finally {
             if (firstCheck) {
                 firstCheck = false;
-                if (log.isLoggable(PlatformLogger.FINE)) {
+                if (log.isLoggable(PlatformLogger.Level.FINE)) {
                     log.fine("{0}:{1} supports {2}", this, listName, protocols);
                 }
             }
         }
     }