Skip to content

Commit a913f06

Browse files
committed
🤦
1 parent e37b67a commit a913f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,7 @@ public void onFailure(Throwable t) {
962962

963963
/**
964964
* Waits for the workflow to move into the SUSPENDED state.
965-
* @deprecated Use some other idiom, code {@link SemaphoreStep}.
965+
* @deprecated Use some other idiom, like {@code SemaphoreStep}.
966966
*/
967967
@Deprecated
968968
public void waitForSuspension() throws InterruptedException, ExecutionException {

0 commit comments

Comments
 (0)