Index: /trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java
===================================================================
--- /trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java	(revision 1196)
+++ /trunk/autoquest-core-tasktrees/src/main/java/de/ugoe/cs/autoquest/tasktrees/treeifc/ITaskBuilder.java	(revision 1197)
@@ -149,6 +149,6 @@
      * </p>
      * 
-     * @param parent the iteration to set the child of
-     * @param child  the child to be set
+     * @param iteration the iteration to set the child of
+     * @param child     the child to be set
      */
     void setMarkedTask(IIteration iteration, ITask child);
@@ -159,6 +159,6 @@
      * </p>
      * 
-     * @param parent the optional to set the child of
-     * @param child  the child to be set
+     * @param optional the optional to set the child of
+     * @param child    the child to be set
      */
     void setMarkedTask(IOptional optional, ITask child);
