AlgorithmParameterSpec.java, [...]: Re-merged with Classpath.

* java/security/spec/AlgorithmParameterSpec.java,
	java/security/spec/KeySpec.java: Re-merged with Classpath.

From-SVN: r45355
This commit is contained in:
Tom Tromey 2001-09-02 06:36:55 +00:00 committed by Tom Tromey
parent 75df3bafe1
commit 464cf8d2bf
3 changed files with 5 additions and 2 deletions

View file

@ -36,6 +36,6 @@ package java.security.spec;
@author Mark Benvenuto
*/
public abstract interface AlgorithmParameterSpec
public interface AlgorithmParameterSpec
{
}