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:
parent
75df3bafe1
commit
464cf8d2bf
@ -1,5 +1,8 @@
|
||||
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
|
||||
|
@ -36,6 +36,6 @@ package java.security.spec;
|
||||
|
||||
@author Mark Benvenuto
|
||||
*/
|
||||
public abstract interface AlgorithmParameterSpec
|
||||
public interface AlgorithmParameterSpec
|
||||
{
|
||||
}
|
||||
|
@ -36,6 +36,6 @@ package java.security.spec;
|
||||
|
||||
@author Mark Benvenuto
|
||||
*/
|
||||
public abstract interface KeySpec
|
||||
public interface KeySpec
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user