src/share/classes/sun/awt/DebugSettings.java

Print this page

        

*** 127,137 **** } }); // echo the initial property settings to stdout if (log.isLoggable(PlatformLogger.FINE)) { ! log.fine("DebugSettings:\n{0}" + this); } } public String toString() { ByteArrayOutputStream bout = new ByteArrayOutputStream(); --- 127,137 ---- } }); // echo the initial property settings to stdout if (log.isLoggable(PlatformLogger.FINE)) { ! log.fine("DebugSettings:\n{0}", this); } } public String toString() { ByteArrayOutputStream bout = new ByteArrayOutputStream();