src/share/classes/sun/awt/datatransfer/DataTransferer.java

Print this page

        

@@ -396,11 +396,11 @@
      * Tests only whether the flavor's MIME type supports the charset
      * parameter. Must only be called for flavors with a primary type of
      * "text".
      */
     public static boolean doesSubtypeSupportCharset(DataFlavor flavor) {
-        if (dtLog.isLoggable(PlatformLogger.FINE)) {
+        if (dtLog.isLoggable(PlatformLogger.Level.FINE)) {
             if (!"text".equals(flavor.getPrimaryType())) {
                 dtLog.fine("Assertion (\"text\".equals(flavor.getPrimaryType())) failed");
             }
         }