diff options
Diffstat (limited to 'libjava/classpath/java/security/spec/AlgorithmParameterSpec.java')
-rw-r--r-- | libjava/classpath/java/security/spec/AlgorithmParameterSpec.java | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/libjava/classpath/java/security/spec/AlgorithmParameterSpec.java b/libjava/classpath/java/security/spec/AlgorithmParameterSpec.java index 25506f55cfe..bc877e3126a 100644 --- a/libjava/classpath/java/security/spec/AlgorithmParameterSpec.java +++ b/libjava/classpath/java/security/spec/AlgorithmParameterSpec.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,13 +39,13 @@ exception statement from your version. */ package java.security.spec; /** - A transparent interface for Algorithm Parameter Specifications. - It contains no member functions. It is used to group - algorithm parameter classes. + A transparent interface for Algorithm Parameter Specifications. + It contains no member functions. It is used to group + algorithm parameter classes. - @since JDK 1.2 + @since JDK 1.2 - @author Mark Benvenuto + @author Mark Benvenuto */ public interface AlgorithmParameterSpec { |