8022478: Fix Warnings In sun.net.www.protocol.http Package

Reviewed-by: darcy
This commit is contained in:
Dan Xu 2013-08-06 18:16:02 -07:00
parent b2cc9db8d8
commit f387416fed
2 changed files with 4 additions and 0 deletions

View File

@ -37,6 +37,8 @@ import java.net.PasswordAuthentication;
public abstract class AuthCacheValue implements Serializable {
static final long serialVersionUID = 735249334068211611L;
public enum Type {
Proxy,
Server

View File

@ -51,6 +51,8 @@ import sun.net.www.HeaderParser;
public abstract class AuthenticationInfo extends AuthCacheValue implements Cloneable {
static final long serialVersionUID = -2588378268010453259L;
// Constants saying what kind of authroization this is. This determines
// the namespace in the hash table lookup.
public static final char SERVER_AUTHENTICATION = 's';