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/EventTaskInstance.java

    r1294 r1414  
    2121/** 
    2222 * <p> 
    23  * TODO comment 
     23 * Default implementation of {@link IEventTaskInstance}. 
    2424 * </p> 
    2525 *  
     
    4444    /** 
    4545     * <p> 
    46      * TODO: comment 
     46     * initializes this instance with the respective task model and the represented event 
    4747     * </p> 
    4848     * 
    49      * @param task 
    50      * @param event 
     49     * @param task  the task of which this is an instance 
     50     * @param event the event represented by this instance 
    5151     */ 
    5252    EventTaskInstance(IEventTask task, Event event) { 
Note: See TracChangeset for help on using the changeset viewer.