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

Print this page

        

@@ -393,11 +393,11 @@
             // process it here.
             if (xclient.get_window() == sourceWindow) {
                 return false;
             }
 
-            if (logger.isLoggable(PlatformLogger.FINEST)) {
+            if (logger.isLoggable(PlatformLogger.Level.FINEST)) {
                 logger.finest("        sourceWindow=" + sourceWindow +
                               " get_window=" + xclient.get_window() +
                               " xclient=" + xclient);
             }
             xclient.set_data(0, xclient.get_window());