Skip to content

Commit

Permalink
Merge pull request #36 from mrebasti/jenkins-20440
Browse files Browse the repository at this point in the history
[FIXED JENKINS-20440] Don't try to serialize logger-PrintStream
  • Loading branch information
centic9 committed Nov 17, 2013
2 parents 1dae727 + c8090ab commit 88345a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/plugins/jacoco/JacocoBuildAction.java
Expand Up @@ -39,7 +39,7 @@ public final class JacocoBuildAction extends CoverageObject<JacocoBuildAction> i

@Deprecated public transient AbstractBuild<?,?> build;

public final PrintStream logger;
public final transient PrintStream logger;
@Deprecated private transient ArrayList reports;
private transient WeakReference<CoverageReport> report;
private final String[] inclusions;
Expand Down

0 comments on commit 88345a6

Please sign in to comment.