< prev index next >

src/java.base/share/classes/sun/net/www/protocol/http/AuthCacheValue.java

Print this page

        

@@ -35,10 +35,11 @@
  * @author Michael McMahon
  */
 
 public abstract class AuthCacheValue implements Serializable {
 
+    @java.io.Serial
     static final long serialVersionUID = 735249334068211611L;
 
     public enum Type {
         Proxy,
         Server
< prev index next >