Skip to content

Commit f13cd0f

Browse files
committed
use global gitignore and space fix
1 parent bab0ab7 commit f13cd0f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
target
22
work
3-
*.iml
4-
.idea
3+
*.iml

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

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

0 commit comments

Comments
 (0)