diff options
Diffstat (limited to 'java/security/spec/KeySpec.java')
-rw-r--r-- | java/security/spec/KeySpec.java | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/java/security/spec/KeySpec.java b/java/security/spec/KeySpec.java index 93f1a6db2..13c7dad42 100644 --- a/java/security/spec/KeySpec.java +++ b/java/security/spec/KeySpec.java @@ -7,7 +7,7 @@ GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. - + GNU Classpath is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU @@ -39,14 +39,14 @@ exception statement from your version. */ package java.security.spec; /** - A transparent interface for Key Specifications. - It contains no member functions. It is used to group - key classes. + A transparent interface for Key Specifications. + It contains no member functions. It is used to group + key classes. - @since JDK 1.2 + @since JDK 1.2 - @author Mark Benvenuto + @author Mark Benvenuto */ -public interface KeySpec +public interface KeySpec { } |