Skip to content

Commit

Permalink
break it to see if it actually works
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertoPeon committed Jul 1, 2024
1 parent a34ac48 commit b860f0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ public boolean hasOngoingExecution() {
* @return {@code true} if the intention changes the state known by executor, {@code false} otherwise.
*/
public boolean modifyOngoingExecution(boolean modify) {
return _executor.modifyOngoingExecution(modify);
return _executor.modifyOngoingExecution(modify)
}

/**
Expand Down

0 comments on commit b860f0c

Please sign in to comment.