Commit 448a698b by Casey Marshall Committed by Andreas Tobler

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
parent e72222ac
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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment