src/java.base/share/classes/sun/security/provider/certpath/X509CertPath.java
changeset 58519 6e017b301287
parent 57950 4612a3cfb927
child 58679 9c3209ff7550
equal deleted inserted replaced
58518:705c3f88a409 58519:6e017b301287
    67     private static final long serialVersionUID = 4989800333263052980L;
    67     private static final long serialVersionUID = 4989800333263052980L;
    68 
    68 
    69     /**
    69     /**
    70      * List of certificates in this chain
    70      * List of certificates in this chain
    71      */
    71      */
       
    72     @SuppressWarnings("serial") // Not statically typed as Serializable
    72     private List<X509Certificate> certs;
    73     private List<X509Certificate> certs;
    73 
    74 
    74     /**
    75     /**
    75      * The names of our encodings.  PkiPath is the default.
    76      * The names of our encodings.  PkiPath is the default.
    76      */
    77      */