We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e37b67a commit a913f06Copy full SHA for a913f06
src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java
@@ -962,7 +962,7 @@ public void onFailure(Throwable t) {
962
963
/**
964
* Waits for the workflow to move into the SUSPENDED state.
965
- * @deprecated Use some other idiom, code {@link SemaphoreStep}.
+ * @deprecated Use some other idiom, like {@code SemaphoreStep}.
966
*/
967
@Deprecated
968
public void waitForSuspension() throws InterruptedException, ExecutionException {
0 commit comments