diff options
Diffstat (limited to 'java/security/interfaces/RSAPublicKey.java')
| -rw-r--r-- | java/security/interfaces/RSAPublicKey.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/security/interfaces/RSAPublicKey.java b/java/security/interfaces/RSAPublicKey.java index 743d86c69..b9b532cd9 100644 --- a/java/security/interfaces/RSAPublicKey.java +++ b/java/security/interfaces/RSAPublicKey.java @@ -54,5 +54,5 @@ public interface RSAPublicKey extends PublicKey, RSAKey * * @return The public exponent value for this key */ - public abstract BigInteger getPublicExponent(); + BigInteger getPublicExponent(); } |
