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

Print this page

        

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