Key.java (serialVersionUID): Set to 0 for now.
* java/security/Key.java(serialVersionUID): Set to 0 for now. * java/security/interfaces/DSAPrivateKey.java(serialVersionUID): Ditto. * java/security/interfaces/DSAPublicKey.java(serialVersionUID): Ditto. From-SVN: r32464
This commit is contained in:
parent
1858863bd5
commit
ea7f51a4af
4 changed files with 11 additions and 3 deletions
|
@ -21,7 +21,8 @@ import java.math.BigInteger;
|
|||
|
||||
public interface DSAPrivateKey extends DSAKey, PrivateKey
|
||||
{
|
||||
public static final long serialVersionUID;
|
||||
// FIXME: need to set this at some point when serialization is implemented.
|
||||
public static final long serialVersionUID = 0;
|
||||
|
||||
public BigInteger getX();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue