- Timestamp:
- 02/27/14 17:08:26 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeimpl/EventTask.java
r1357 r1410 40 40 * </p> 41 41 * 42 * @param description a descriptionfor the represented events42 * @param type a type for the represented events 43 43 */ 44 EventTask(String description) {45 super( description);44 EventTask(String type) { 45 super(type); 46 46 } 47 47
Note: See TracChangeset
for help on using the changeset viewer.