src/java.base/share/classes/sun/security/provider/certpath/X509CertPath.java
changeset 58519 6e017b301287
parent 57950 4612a3cfb927
child 58679 9c3209ff7550
--- a/src/java.base/share/classes/sun/security/provider/certpath/X509CertPath.java	Wed Oct 09 17:38:58 2019 +0100
+++ b/src/java.base/share/classes/sun/security/provider/certpath/X509CertPath.java	Wed Oct 09 09:57:41 2019 -0700
@@ -69,6 +69,7 @@
     /**
      * List of certificates in this chain
      */
+    @SuppressWarnings("serial") // Not statically typed as Serializable
     private List<X509Certificate> certs;
 
     /**