Skip to content

Commit e022b6b

Browse files
committed
Add an explicit serialVersionUID to ExecutorStepExecution.PlaceholderTask.Callback jenkinsci#180 (comment)
1 parent edbd309 commit e022b6b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/jenkinsci/plugins/workflow/support/steps/ExecutorStepExecution.java

+2
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,8 @@ private static void finish(@CheckForNull final String cookie) {
788788
@SuppressFBWarnings(value="SE_BAD_FIELD", justification="lease is pickled")
789789
private static final class Callback extends BodyExecutionCallback.TailCall {
790790

791+
private static final long serialVersionUID = -1357584128994454363L;
792+
791793
private final String cookie;
792794
@Deprecated
793795
private WorkspaceList.Lease lease;

0 commit comments

Comments
 (0)