Skip to content

Commit

Permalink
add note that deprecated fields/methods will be removed in 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed Sep 15, 2014
1 parent c1f7c28 commit ab19b73
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit ab19b73

Please sign in to comment.