Commit 464cf8d2 by Tom Tromey Committed by Tom Tromey

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

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

From-SVN: r45355
parent 75df3baf
2001-09-02 Tom Tromey <tromey@redhat.com> 2001-09-02 Tom Tromey <tromey@redhat.com>
* java/security/spec/AlgorithmParameterSpec.java,
java/security/spec/KeySpec.java: Re-merged with Classpath.
* gcj/javaprims.h: Regenerated class list. * gcj/javaprims.h: Regenerated class list.
* java/lang/IllegalThreadStateException.java, * java/lang/IllegalThreadStateException.java,
java/lang/InstantiationException.java: Minor comment tweaks to java/lang/InstantiationException.java: Minor comment tweaks to
......
...@@ -36,6 +36,6 @@ package java.security.spec; ...@@ -36,6 +36,6 @@ package java.security.spec;
@author Mark Benvenuto @author Mark Benvenuto
*/ */
public abstract interface AlgorithmParameterSpec public interface AlgorithmParameterSpec
{ {
} }
...@@ -36,6 +36,6 @@ package java.security.spec; ...@@ -36,6 +36,6 @@ package java.security.spec;
@author Mark Benvenuto @author Mark Benvenuto
*/ */
public abstract interface KeySpec public interface KeySpec
{ {
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment