Skip to content

Commit

Permalink
chore(engine): fix typo in method argument
Browse files Browse the repository at this point in the history
Related to CAM-11778
  • Loading branch information
koevskinikola authored and mboskamp committed May 11, 2020
1 parent 9cfabd7 commit 821f151
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public class BpmnActivityBehavior {
* the process instance. If multiple sequencer flow are selected, multiple,
* parallel paths of executions are created.
*/
public void performDefaultOutgoingBehavior(ActivityExecution activityExceution) {
performOutgoingBehavior(activityExceution, true, null);
public void performDefaultOutgoingBehavior(ActivityExecution activityExecution) {
performOutgoingBehavior(activityExecution, true, null);
}

/**
Expand Down

0 comments on commit 821f151

Please sign in to comment.