MacSpi.java: Fixed typo.
2004-09-30 Tom Tromey <tromey@redhat.com> * javax/crypto/MacSpi.java: Fixed typo. From-SVN: r88344
This commit is contained in:
parent
254ac10c31
commit
26f7abae52
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-09-30 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* javax/crypto/MacSpi.java: Fixed typo.
|
||||
|
||||
2004-09-30 Michael Koch <konqueror@gmx.de>
|
||||
|
||||
* java/net/InetAddress.java: Reformatted.
|
||||
|
|
|
@ -52,7 +52,7 @@ import java.security.spec.AlgorithmParameterSpec;
|
|||
* then provide an entry pointing to this implementation in the master
|
||||
* {@link java.security.Provider} class.
|
||||
*
|
||||
* <p>Implemetations may optionally implement the {@link
|
||||
* <p>Implementations may optionally implement the {@link
|
||||
* java.lang.Cloneable} interface.
|
||||
*
|
||||
* @author Casey Marshall (csm@gnu.org)
|
||||
|
|
Loading…
Add table
Reference in a new issue