donaldp     01/12/29 23:39:33

  Modified:    proposal/myrmidon/src/java/org/apache/myrmidon/listeners
                        ProjectListener.java
  Log:
  Cleaned up documentation
  
  Revision  Changes    Path
  1.4       +4 -4      
jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ProjectListener.java
  
  Index: ProjectListener.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-ant/proposal/myrmidon/src/java/org/apache/myrmidon/listeners/ProjectListener.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ProjectListener.java      23 Dec 2001 06:25:37 -0000      1.3
  +++ ProjectListener.java      30 Dec 2001 07:39:33 -0000      1.4
  @@ -28,9 +28,9 @@
       /**
        * Notify listener of targetStarted event.
        *
  -     * @param targetName the name of target
  +     * @param target the name of target
        */
  -    void targetStarted( String targetName );
  +    void targetStarted( String target );
   
       /**
        * Notify listener of targetFinished event.
  @@ -40,9 +40,9 @@
       /**
        * Notify listener of taskStarted event.
        *
  -     * @param taskName the name of task
  +     * @param task the name of task
        */
  -    void taskStarted( String taskName );
  +    void taskStarted( String task );
   
       /**
        * Notify listener of taskFinished event.
  
  
  

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

Reply via email to