MacSpi.java (clone): Provide meaningful implementation.
2004-09-21 Casey Marshall <csm@gnu.org> * javax/crypto/MacSpi.java (clone): Provide meaningful implementation. From-SVN: r87816
This commit is contained in:
parent
e72222acd1
commit
448a698b4e
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-09-21 Casey Marshall <csm@gnu.org>
|
||||
|
||||
* javax/crypto/MacSpi.java (clone): Provide meaningful
|
||||
implementation.
|
||||
|
||||
2004-09-21 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
PR libgcj/16869:
|
||||
|
|
|
@ -83,7 +83,7 @@ public abstract class MacSpi
|
|||
*/
|
||||
public Object clone() throws CloneNotSupportedException
|
||||
{
|
||||
throw new CloneNotSupportedException();
|
||||
return super.clone();
|
||||
}
|
||||
|
||||
// Abstract instance methods.
|
||||
|
|
Loading…
Add table
Reference in a new issue