Commit e7efe0cb authored by Andy Wilkinson's avatar Andy Wilkinson

Merge branch '2.1.x'

Closes gh-18576
parents 4bc3931a bc6de8d5
...@@ -127,7 +127,7 @@ public class EventPublishingRunListener implements SpringApplicationRunListener, ...@@ -127,7 +127,7 @@ public class EventPublishingRunListener implements SpringApplicationRunListener,
private static class LoggingErrorHandler implements ErrorHandler { private static class LoggingErrorHandler implements ErrorHandler {
private static Log logger = LogFactory.getLog(EventPublishingRunListener.class); private static final Log logger = LogFactory.getLog(EventPublishingRunListener.class);
@Override @Override
public void handleError(Throwable throwable) { public void handleError(Throwable throwable) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment