sebb        2003/11/21 19:25:38

  Modified:    src/components/org/apache/jmeter/visualizers GraphModel.java
               src/components/org/apache/jmeter/assertions
                        SizeAssertion.java
  Log:
  Fixing Javadoc errors
  
  Revision  Changes    Path
  1.13      +2 -2      
jakarta-jmeter/src/components/org/apache/jmeter/visualizers/GraphModel.java
  
  Index: GraphModel.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/visualizers/GraphModel.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- GraphModel.java   19 Oct 2003 22:20:16 -0000      1.12
  +++ GraphModel.java   22 Nov 2003 03:25:38 -0000      1.13
  @@ -207,7 +207,7 @@
       /**
        * Adds a feature to the ModelListener attribute of the GraphModel object.
        *
  -     * @param  modelListener  the feature to be added to the ModelListener
  +     * @param  listener  the feature to be added to the ModelListener
        *           attribute
        */
       public void addGraphListener(GraphListener listener)
  
  
  
  1.12      +5 -5      
jakarta-jmeter/src/components/org/apache/jmeter/assertions/SizeAssertion.java
  
  Index: SizeAssertion.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/components/org/apache/jmeter/assertions/SizeAssertion.java,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- SizeAssertion.java        19 Oct 2003 22:13:11 -0000      1.11
  +++ SizeAssertion.java        22 Nov 2003 03:25:38 -0000      1.12
  @@ -160,11 +160,11 @@
       /**
        * Set the size that shall be asserted.
        *
  -     * @param duration a number of bytes. Is not allowed to be negative. Use
  -     *                 Double.MAX_VALUE to indicate illegal or empty inputs.
  -     *                 This will result to not checking the assertion.
  +     * @param size - a number of bytes. Is not allowed to be negative. Use
  +     *                 Long.MAX_VALUE to indicate illegal or empty inputs.
  +     *                 This will result in not checking the assertion.
        *
  -     * @throws IllegalArgumentException If <code>duration</code> is negative.
  +     * @throws IllegalArgumentException If <code>size</code> is negative.
        */
       public void setAllowedSize(long size) throws IllegalArgumentException
       {
  
  
  

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

Reply via email to