summaryrefslogtreecommitdiff
path: root/java/security/interfaces/DSAKey.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/security/interfaces/DSAKey.java')
-rw-r--r--java/security/interfaces/DSAKey.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/security/interfaces/DSAKey.java b/java/security/interfaces/DSAKey.java
index b2eb80240..ea0aa1a4b 100644
--- a/java/security/interfaces/DSAKey.java
+++ b/java/security/interfaces/DSAKey.java
@@ -52,5 +52,5 @@ public interface DSAKey
*
* @return The DSA parameters
*/
- public abstract DSAParams getParams();
+ DSAParams getParams();
}