java/security/spec/KeySpec.java: Re-merged with Classpath.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@45355
138bc75d-0d04-0410-961f-
82ee72b054a4
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.
* java/lang/IllegalThreadStateException.java,
java/lang/InstantiationException.java: Minor comment tweaks to
@author Mark Benvenuto
*/
-public abstract interface AlgorithmParameterSpec
+public interface AlgorithmParameterSpec
{
}
@author Mark Benvenuto
*/
-public abstract interface KeySpec
+public interface KeySpec
{
}