src/share/classes/sun/net/www/protocol/http/NTLMAuthenticationProxy.java

Print this page

        

@@ -140,10 +140,10 @@
         return null;
     }
 
     static void finest(Exception e) {
         PlatformLogger logger = HttpURLConnection.getHttpLogger();
-        if (logger.isLoggable(PlatformLogger.FINEST)) {
+        if (logger.isLoggable(PlatformLogger.Level.FINEST)) {
             logger.finest("NTLMAuthenticationProxy: " + e);
         }
     }
 }