< prev index next >

src/java.base/share/classes/java/security/interfaces/DSAPrivateKey.java

Print this page

        

@@ -46,10 +46,11 @@
    /**
     * The class fingerprint that is set to indicate
     * serialization compatibility with a previous
     * version of the class.
     */
+    @SuppressWarnings("serial") // serialVersionUID in an interface is ineffectual
     static final long serialVersionUID = 7776497482533790279L;
 
     /**
      * Returns the value of the private key, {@code x}.
      *
< prev index next >