Skip to content

Commit

Permalink
fix(orca): stage context needs to be overwritable.
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Aug 23, 2017
1 parent f8cc46a commit 3d7f5f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ public void setStatus(@Nonnull ExecutionStatus status) {
}

public void setContext(@Nonnull Map<String, Object> context) {
this.context = new HashMap<>(context);
this.context = context;
}

/**
Expand Down

0 comments on commit 3d7f5f5

Please sign in to comment.