diff options
Diffstat (limited to 'libjava/java/security/interfaces/DSAPrivateKey.java')
-rw-r--r-- | libjava/java/security/interfaces/DSAPrivateKey.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libjava/java/security/interfaces/DSAPrivateKey.java b/libjava/java/security/interfaces/DSAPrivateKey.java index c0efe21b490..5d70136d385 100644 --- a/libjava/java/security/interfaces/DSAPrivateKey.java +++ b/libjava/java/security/interfaces/DSAPrivateKey.java @@ -21,8 +21,7 @@ import java.math.BigInteger; public interface DSAPrivateKey extends DSAKey, PrivateKey { - // FIXME: need to set this at some point when serialization is implemented. - // public static final long serialVersionUID = 0L; + public static final long serialVersionUID = 7776497482533790279L; public BigInteger getX(); } |