Skip to content

Commit bab0ab7

Browse files
gbhat618Vlatombe
andauthored
Update src/main/java/org/jenkinsci/plugins/workflow/steps/SynchronousResumeNotSupportedException.java
fix javadoc Co-authored-by: Vincent Latombe <vincent@latombe.net>
1 parent 6d5340e commit bab0ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public class SynchronousResumeNotSupportedException extends Exception {
3636
/**
3737
* @deprecated Use {@link #SynchronousResumeNotSupportedException(String)} instead.
3838
*/
39+
@Deprecated
3940
public SynchronousResumeNotSupportedException() {
4041
super("Resume after a restart not supported for non-blocking synchronous steps");
4142
}

0 commit comments

Comments
 (0)