Skip to content

Commit

Permalink
FindBugs
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Sep 18, 2016
1 parent 4120cdd commit a50714b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/hudson/tasks/ConsoleLogFilterStep.java
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ public class ConsoleLogFilterStep extends AbstractStepImpl {

public static class Execution extends AbstractStepExecutionImpl {

private static final long serialVersionUID = 1;

@Inject(optional=true) private transient ConsoleLogFilterStep step;

@Override public boolean start() throws Exception {
Expand Down

0 comments on commit a50714b

Please sign in to comment.