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
3 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
||||||
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;
|
||||||
|
|
||||||
@author Mark Benvenuto
|
@author Mark Benvenuto
|
||||||
*/
|
*/
|
||||||
public abstract interface AlgorithmParameterSpec
|
public interface AlgorithmParameterSpec
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,6 +36,6 @@ package java.security.spec;
|
||||||
|
|
||||||
@author Mark Benvenuto
|
@author Mark Benvenuto
|
||||||
*/
|
*/
|
||||||
public abstract interface KeySpec
|
public interface KeySpec
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue