diff options
Diffstat (limited to 'libjava/java/security/interfaces/DSAPublicKey.java')
-rw-r--r-- | libjava/java/security/interfaces/DSAPublicKey.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/java/security/interfaces/DSAPublicKey.java b/libjava/java/security/interfaces/DSAPublicKey.java index 3575dd76816..74f24482dcf 100644 --- a/libjava/java/security/interfaces/DSAPublicKey.java +++ b/libjava/java/security/interfaces/DSAPublicKey.java @@ -52,5 +52,5 @@ public interface DSAPublicKey extends DSAKey, PublicKey /** * This method returns the value of the DSA public key */ - public BigInteger getY(); + BigInteger getY(); } |