Changeset 1404 for trunk/autoquest-core-tasktrees/src
- Timestamp:
- 02/26/14 17:17:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeimpl/Selection.java
r1215 r1404 59 59 void addChild(ITask newChild) { 60 60 super.addChild(newChild); 61 super.setDescription("selection of " + newChild);62 61 } 63 62 … … 68 67 void addChild(int index, ITask newChild) { 69 68 super.addChild(index, newChild); 70 super.setDescription("selection of " + newChild);71 69 } 72 70
Note: See TracChangeset
for help on using the changeset viewer.