Ignore:
Timestamp:
02/27/14 17:21:20 (10 years ago)
Author:
pharms
Message:
File:
1 edited

Legend:

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

    r1294 r1414  
    2626/** 
    2727 * <p> 
    28  * TODO comment 
     28 * Default implementation of {@link IIterationInstance}. 
    2929 * </p> 
    3030 *  
     
    4949    /** 
    5050     * <p> 
    51      * TODO: comment 
     51     * initializes this instance with the respective task model 
    5252     * </p> 
    5353     * 
    54      * @param task 
     54     * @param task  the task of which this is an instance 
    5555     */ 
    5656    IterationInstance(IIteration task) { 
     
    167167     * @param index the position of the child to be removed 
    168168     *  
    169      * @return the child remove from the children of this instance 
     169     * @return the child removed from the children of this instance 
    170170     */ 
    171171    synchronized ITaskInstance removeChild(int index) { 
Note: See TracChangeset for help on using the changeset viewer.