Skip to content

Commit 7b454f2

Browse files
authored
Merge branch 'master' into master
2 parents bfffe1f + d107c1c commit 7b454f2

File tree

1 file changed

+1
-1
lines changed
  • core/src/main/java/jenkins/model

1 file changed

+1
-1
lines changed

core/src/main/java/jenkins/model/Tab.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
*/
4444
public abstract class Tab implements Action, Badgeable {
4545

46-
protected Actionable object;
46+
protected transient Actionable object;
4747

4848
public Tab(Actionable object) {
4949
this.object = object;

0 commit comments

Comments
 (0)