Ignore:
Timestamp:
09/05/14 20:20:29 (10 years ago)
Author:
rkrimmel
Message:

Added automatically created javadoc, still needs to be commented properly though

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/autoquest-core-tasktrees-alignment/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeimpl/EventTask.java

    r1733 r1734  
    1818import de.ugoe.cs.autoquest.tasktrees.treeifc.ITaskVisitor; 
    1919 
     20// TODO: Auto-generated Javadoc 
    2021/** 
    2122 * <p> 
     
    2829class EventTask extends Task implements IEventTask { 
    2930 
    30         /** 
    31          * <p> 
    32          * default serial version UID 
    33          * </p> 
    34          */ 
     31        /** <p> default serial version UID </p>. */ 
    3532        private static final long serialVersionUID = 1L; 
    3633 
     
    3936         * simple constructor initializing this task with a description for the 
    4037         * represented events 
    41          * </p> 
    42          *  
    43          * @param type 
    44          *            a type for the represented events 
     38         * </p>. 
     39         * 
     40         * @param type            a type for the represented events 
    4541         */ 
    4642        EventTask(String type) { 
Note: See TracChangeset for help on using the changeset viewer.