Author: sebb
Date: Fri Sep 19 13:51:28 2008
New Revision: 697235

URL: http://svn.apache.org/viewvc?rev=697235&view=rev
Log:
No need for clone() method in functions

Modified:
    jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/IntSum.java

Modified: 
jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/IntSum.java
URL: 
http://svn.apache.org/viewvc/jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/IntSum.java?rev=697235&r1=697234&r2=697235&view=diff
==============================================================================
--- jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/IntSum.java 
(original)
+++ jakarta/jmeter/trunk/src/functions/org/apache/jmeter/functions/IntSum.java 
Fri Sep 19 13:51:28 2008
@@ -57,16 +57,6 @@
     }
 
     /**
-     * Clone this Add object.
-     *
-     * @return A new Add object.
-     * @throws CloneNotSupportedException
-     */
-    public Object clone() throws CloneNotSupportedException {
-        return super.clone();
-    }
-
-    /**
      * Execute the function.
      *
      * @see Function#execute(SampleResult, Sampler)



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to