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

Print this page

        

@@ -74,11 +74,11 @@
 
     public abstract byte[] nextToken(byte[] in) throws IOException;
 
     private static void finest(Exception e) {
         PlatformLogger logger = HttpURLConnection.getHttpLogger();
-        if (logger.isLoggable(PlatformLogger.FINEST)) {
+        if (logger.isLoggable(PlatformLogger.Level.FINEST)) {
             logger.finest("NegotiateAuthentication: " + e);
         }
     }
 }