svn commit: r312568 - /jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/GenericArray.java

[email protected]
Newsgroups gmane.comp.jakarta.bcel.devel
Message-ID <[email protected]>
Author: dbrosius
Date: Sun Oct  9 23:12:00 2005
New Revision: 312568

URL: http://svn.apache.org/viewcvs?rev=312568&view=rev
Log:
Class is defined as Cloneable, so it should have a clone method.

Modified:
    jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/GenericArray.java

Modified: jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/GenericArray.java
URL: http://svn.apache.org/viewcvs/jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/GenericArray.java?rev=312568&r1=312567&r2=312568&view=diff
==============================================================================
--- jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/GenericArray.java (original)
+++ jakarta/bcel/trunk/src/java/org/apache/bcel/verifier/structurals/GenericArray.java Sun Oct  9 23:12:00 2005
@@ -26,4 +26,8 @@
  * @author <A HREF="http://www.inf.fu-berlin.de/~ehaase"/>Enver Haase</A>
  */ 
 public class GenericArray extends java.lang.Object implements java.lang.Cloneable, java.io.Serializable{
+	
+	protected Object clone() throws CloneNotSupportedException {
+		return super.clone();
+	}
 }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.