Skip to content

Commit

Permalink
Remove transient keyword on revisionState field
Browse files Browse the repository at this point in the history
  • Loading branch information
abioteau committed Jan 5, 2022
1 parent 729f5c5 commit 339660a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/repo/ManifestAction.java
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public class ManifestAction implements RunAction2, Serializable, BuildBadgeActio
private static final long serialVersionUID = 1;

private transient Run<?, ?> run;
private transient RevisionState revisionState;
private RevisionState revisionState;

/**
* Allow disambiguation of the action url when multiple {@link RevisionState} actions present.
Expand Down

0 comments on commit 339660a

Please sign in to comment.