diff --git a/nflow-engine/src/main/java/com/nitorcreations/nflow/engine/workflow/instance/WorkflowInstance.java b/nflow-engine/src/main/java/com/nitorcreations/nflow/engine/workflow/instance/WorkflowInstance.java index fec7a4544..959559c45 100644 --- a/nflow-engine/src/main/java/com/nitorcreations/nflow/engine/workflow/instance/WorkflowInstance.java +++ b/nflow-engine/src/main/java/com/nitorcreations/nflow/engine/workflow/instance/WorkflowInstance.java @@ -85,7 +85,7 @@ public class WorkflowInstance { /** * The name of the executor group for this workflow instance. - * @deprecated Use executorGroup instead. + * @deprecated Use executorGroup instead. Will be removed in 2.0. */ @Deprecated public final String owner; @@ -353,7 +353,7 @@ public Builder setExecutorGroup(String executorGroup) { * Set the executor group name. * @param executorGroup The executor group name. * @return this. - * @depracated Use setExecutorGroup instead. + * @depracated Use setExecutorGroup instead. Will be removed in 2.0. */ @Deprecated public Builder setOwner(String executorGroup) {