You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by js...@apache.org on 2004/01/15 00:27:27 UTC

cvs commit: jakarta-jmeter/src/components/org/apache/jmeter/timers ConstantThroughputTimer.java

jsalvata    2004/01/14 15:27:27

  Modified:    src/components/org/apache/jmeter/timers
                        ConstantThroughputTimer.java
  Log:
  Removed unused private member variable.
  
  Revision  Changes    Path
  1.9       +1 -7      jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java
  
  Index: ConstantThroughputTimer.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/timers/ConstantThroughputTimer.java,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ConstantThroughputTimer.java	5 Oct 2003 01:08:40 -0000	1.8
  +++ ConstantThroughputTimer.java	14 Jan 2004 23:27:27 -0000	1.9
  @@ -82,12 +82,6 @@
       private long targetTime= 0;
   
       /**
  -     * Inverse of the configured throughput, in milliseconds. It's the interval
  -     * at which sampling should ideally occur to get that throughput.
  -     */
  -    //TODO: remove? notused private long delay;
  -
  -    /**
        * Constructor for a non-configured ConstantThroughputTimer.
        */
       public ConstantThroughputTimer()
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org