dion        02/01/18 20:40:17

  Modified:    latka/src/java/org/apache/commons/latka/event
                        SuiteCompletedEvent.java
  Log:
  Added javadocs
  
  Revision  Changes    Path
  1.5       +9 -2      
jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteCompletedEvent.java
  
  Index: SuiteCompletedEvent.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons/latka/src/java/org/apache/commons/latka/event/SuiteCompletedEvent.java,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- SuiteCompletedEvent.java  23 Aug 2001 16:24:25 -0000      1.4
  +++ SuiteCompletedEvent.java  19 Jan 2002 04:40:17 -0000      1.5
  @@ -59,8 +59,15 @@
   
   package org.apache.commons.latka.event;
   
  +/** An event Latka fires when a suite has completed
  + * @author Morgan Delagrange
  + * @version $Id: SuiteCompletedEvent.java,v 1.5 2002/01/19 04:40:17 dion Exp $
  + */
   public class SuiteCompletedEvent implements SuiteEvent {
  -   public SuiteCompletedEvent() {
  -   }
  +    
  +    /** Create the event
  +     */    
  +    public SuiteCompletedEvent() {
  +    }
   }
   
  
  
  

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

Reply via email to