sebb        2004/03/13 06:06:20

  Modified:    src/core/org/apache/jmeter/samplers SampleResult.java
  Log:
  Remove author; fix Javadoc bug
  
  Revision  Changes    Path
  1.29      +3 -4      
jakarta-jmeter/src/core/org/apache/jmeter/samplers/SampleResult.java
  
  Index: SampleResult.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jmeter/src/core/org/apache/jmeter/samplers/SampleResult.java,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- SampleResult.java 13 Mar 2004 05:52:07 -0000      1.28
  +++ SampleResult.java 13 Mar 2004 14:06:20 -0000      1.29
  @@ -41,7 +41,6 @@
    * This is a nice packaging for the various information returned from taking a
    * sample of an entry.
    *
  - * @author     mstover?
    * @version    $Revision$ $Date$
    */
   public class SampleResult implements Serializable
  @@ -628,7 +627,7 @@
        /**
         * If the sampler is a monitor, method will
         * return true.
  -      * @return
  +      * @return true if the sampler is a monitor
         */
        public boolean isMonitor(){
                return isMonitor;
  
  
  

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

Reply via email to