Skip to content

Commit dd28011

Browse files
committed
1 parent 8deecbf commit dd28011

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/steps/BodyExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public boolean cancel(boolean b) {
7777
* If the body has finished executing, or is cancelled already, the attempt will
7878
* fail. This method is asynchronous. There's no guarantee that the cancellation
7979
* has happened or completed before this method returns.
80-
*
80+
* @param t reason for cancellation; typically a {@link FlowInterruptedException}
8181
* @return false if the task cannot be cancelled.
8282
*/
8383
public boolean cancel(Throwable t) {

0 commit comments

Comments
 (0)