Ignore:
Timestamp:
05/27/13 15:52:39 (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/treeimpl/TaskInfo.java

    r1146 r1216  
    1919 
    2020/** 
    21  * TODO comment 
     21 * <p> 
     22 * this is the default implementation of the interface {@link ITaskInfo}. It 
     23 * does not do anything fancy except implementing the interface. 
     24 * </p> 
    2225 *  
    23  * @version $Revision: $ $Date: $ 
    24  * @author 2011, last modified by $Author: $ 
     26 * @author Patrick Harms 
    2527 */ 
    2628public class TaskInfo implements ITaskInfo { 
    2729     
    28     /**  */ 
     30    /** 
     31     * <p> 
     32     * default serial version UID 
     33     * </p> 
     34     */ 
    2935    private static final long serialVersionUID = 1L; 
    3036     
    31     /** */ 
     37    /** 
     38     * <p> 
     39     * the task to which the infos belong 
     40     * </p> 
     41     */ 
    3242    private ITask task; 
    3343 
    3444    /** 
     45     * <p> 
     46     * initialized the task infos with the task to which they belong. 
     47     * </p> 
     48     *  
    3549     * @param task 
    3650     */ 
     
    3953    } 
    4054 
    41     /* 
    42      * (non-Javadoc) 
    43      *  
    44      * @see de.ugoe.cs.tasktree.treeifc.NodeInfo#getTask() 
     55    /* (non-Javadoc) 
     56     * @see de.ugoe.cs.autoquest.tasktrees.treeifc.ITaskInfo#getTask() 
    4557     */ 
    4658    @Override 
     
    4961    } 
    5062 
    51     /* 
    52      * (non-Javadoc) 
    53      *  
     63    /* (non-Javadoc) 
    5464     * @see java.lang.Object#toString() 
    5565     */ 
Note: See TracChangeset for help on using the changeset viewer.