src/share/classes/java/awt/SplashScreen.java

Print this page

        

@@ -217,11 +217,11 @@
                             imageURL = new File(fileName).toURL();
                         }
                     }
                 }
                 catch(java.net.MalformedURLException e) {
-                    if (log.isLoggable(PlatformLogger.FINE)) {
+                    if (log.isLoggable(PlatformLogger.Level.FINE)) {
                         log.fine("MalformedURLException caught in the getImageURL() method", e);
                     }
                 }
             }
             return imageURL;