dion        02/01/28 23:07:00

  Modified:    latka/src/java/org/apache/commons/latka
                        AbstractReporter.java
  Log:
  Fixed param tags
  
  Revision  Changes    Path
  1.13      +3 -3      
jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java
  
  Index: AbstractReporter.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/AbstractReporter.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- AbstractReporter.java     29 Jan 2002 03:38:22 -0000      1.12
  +++ AbstractReporter.java     29 Jan 2002 07:07:00 -0000      1.13
  @@ -79,7 +79,7 @@
    *
    * @author Rodney Waldhoff
    * @author Morgan Delagrange
  - * @version $Revision: 1.12 $
  + * @version $Revision: 1.13 $
    */
   public abstract class AbstractReporter implements LatkaEventInfo {
   
  @@ -158,8 +158,8 @@
        * On a failed request, the current suite, request and session are
        * marked as failed
        *
  -     * param event  a request event.
  -     * param bool   the success (<code>true</code>) or failure
  +     * @param event  a request event.
  +     * @param bool   the success (<code>true</code>) or failure
        * (<code>false</code>) of the request.
        */
       protected void recordSuccess (RequestEvent event, boolean bool) {
  
  
  

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

Reply via email to