Ignore:
Timestamp:
04/30/13 09:00:17 (11 years ago)
Author:
pharms
Message:
  • improved java doc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java

    r1191 r1197  
    149149     * </p> 
    150150     *  
    151      * @param parent the iteration to set the child of 
    152      * @param child  the child to be set 
     151     * @param iteration the iteration to set the child of 
     152     * @param child     the child to be set 
    153153     */ 
    154154    void setMarkedTask(IIteration iteration, ITask child); 
     
    159159     * </p> 
    160160     *  
    161      * @param parent the optional to set the child of 
    162      * @param child  the child to be set 
     161     * @param optional the optional to set the child of 
     162     * @param child    the child to be set 
    163163     */ 
    164164    void setMarkedTask(IOptional optional, ITask child); 
Note: See TracChangeset for help on using the changeset viewer.