Ignore:
Timestamp:
02/07/14 18:08:10 (10 years ago)
Author:
pharms
Message:
  • improved logging
File:
1 edited

Legend:

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

    r1294 r1357  
    4444    /** 
    4545     * <p> 
    46      * returns a human readable description for task.  
     46     * returns a human readable type for the task.  
     47     * </p> 
     48     *  
     49     * @return as described 
     50     */ 
     51    public String getType(); 
     52 
     53    /** 
     54     * <p> 
     55     * returns a human readable description for the task.  
    4756     * </p> 
    4857     *  
Note: See TracChangeset for help on using the changeset viewer.