diff --git a/common/src/main/java/com/netflix/conductor/common/metadata/workflow/WorkflowTask.java b/common/src/main/java/com/netflix/conductor/common/metadata/workflow/WorkflowTask.java index d1dbdd94e..23ea77bcb 100644 --- a/common/src/main/java/com/netflix/conductor/common/metadata/workflow/WorkflowTask.java +++ b/common/src/main/java/com/netflix/conductor/common/metadata/workflow/WorkflowTask.java @@ -530,10 +530,10 @@ public TaskDef getTaskDefinition() { } /** - * Sets the TaskDef for this instance. If the passed TaskDef does not have a name, - * this method will set it to the name of the current instance. + * Sets the TaskDef for this instance. If the passed TaskDef does not have a name, this method + * will set it to the name of the current instance. * - * NOTE: This method mutates the passed TaskDef object. + *

NOTE: This method mutates the passed TaskDef object. * * @param taskDefinition The TaskDef to set. It may be modified by this method. */