This commit is contained in:
Abhijit Saha 2009-10-23 12:58:10 -07:00
commit dcb2c18a2b
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,6 @@ FILES_java = \
sun/net/www/http/Hurryable.java \
sun/net/www/protocol/http/Handler.java \
sun/net/www/protocol/http/HttpURLConnection.java \
sun/net/www/protocol/http/HttpLogFormatter.java \
sun/net/www/protocol/http/HttpAuthenticator.java \
sun/net/www/protocol/http/AuthenticationHeader.java \
sun/net/www/protocol/http/AuthenticationInfo.java \
@ -101,6 +100,7 @@ FILES_java = \
sun/net/www/protocol/http/ntlm/NTLMAuthentication.java \
sun/net/www/protocol/http/spnego/NegotiatorImpl.java \
sun/net/www/protocol/http/spnego/NegotiateCallbackHandler.java \
sun/net/www/protocol/http/logging/HttpLogFormatter.java \
sun/net/www/protocol/https/AbstractDelegateHttpsURLConnection.java \
sun/net/www/protocol/https/HttpsClient.java \
sun/net/www/protocol/https/DefaultHostnameVerifier.java \

View File

@ -23,7 +23,7 @@
* have any questions.
*/
package sun.net.www.protocol.http;
package sun.net.www.protocol.http.logging;
import java.util.logging.LogRecord;
import java.util.regex.*;