Skip to content

Commit bfa840f

Browse files
committed
minor compilestatic
1 parent 7be1bed commit bfa840f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/groovy/bpipe/executor/ThrottledDelegatingCommandExecutor.groovy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ class ThrottledDelegatingCommandExecutor implements CommandExecutor {
160160
/**
161161
* Throw an exception indicating the pipeline is aborting due to user initiated break
162162
*/
163+
@CompileStatic
163164
private void triggerBreak(Command cmd, Map cfg) {
164165
String msg = command.branch.name ? "Stage $command.name in branch $command.branch.name would execute:\n\n $cmd.command" : "State $command.name would execute:\n\n $cmd.command"
165166
this.releaseAll()

0 commit comments

Comments
 (0)