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

Print this page

        

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