sebb        2004/01/16 09:59:25

  Modified:    src/functions/org/apache/jmeter/functions Property2.java
  Log:
  Fix clone copy-paste typo
  
  Revision  Changes    Path
  1.2       +2 -2      
jakarta-jmeter/src/functions/org/apache/jmeter/functions/Property2.java
  
  Index: Property2.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/functions/org/apache/jmeter/functions/Property2.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Property2.java    7 Oct 2003 12:44:33 -0000       1.1
  +++ Property2.java    16 Jan 2004 17:59:25 -0000      1.2
  @@ -114,7 +114,7 @@
   
       public Object clone()
       {
  -        return new Property();
  +        return new Property2();
       }
   
       public synchronized String execute(
  
  
  

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

Reply via email to