< prev index next >

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

Print this page

        

*** 46,55 **** --- 46,56 ---- /** * 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 = 1234526332779022332L; /** * Returns the value of the public key, {@code y}. *
< prev index next >