diff options
Diffstat (limited to 'libjava/java/security/interfaces/DSAPrivateKey.java')
-rw-r--r-- | libjava/java/security/interfaces/DSAPrivateKey.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/interfaces/DSAPrivateKey.java b/libjava/java/security/interfaces/DSAPrivateKey.java index ae4d3519801..201d54f2f30 100644 --- a/libjava/java/security/interfaces/DSAPrivateKey.java +++ b/libjava/java/security/interfaces/DSAPrivateKey.java @@ -52,5 +52,5 @@ public interface DSAPrivateKey extends DSAKey, PrivateKey /** * This method returns the value of the DSA private key */ - public BigInteger getX(); + BigInteger getX(); } |