Skip to content

Commit

Permalink
initialize action
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiming committed Jun 28, 2018
1 parent 2779ddf commit 53a01c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class LogInvocation {

private static final Logger LOGGER = Logger.getLogger(LoggerNames.LOGGER_NAME);

private Action action;
private Action action = Action.NONE;

public LogInvocation(MethodInvocation logExpression, Level loggingLevel) {
this.expression = logExpression;
Expand Down

0 comments on commit 53a01c6

Please sign in to comment.