Merge branch '2.1.x'

Closes gh-18576
pull/18579/head
Andy Wilkinson 5 years ago
commit e7efe0cbfe

@ -127,7 +127,7 @@ public class EventPublishingRunListener implements SpringApplicationRunListener,
private static class LoggingErrorHandler implements ErrorHandler {
private static Log logger = LogFactory.getLog(EventPublishingRunListener.class);
private static final Log logger = LogFactory.getLog(EventPublishingRunListener.class);
@Override
public void handleError(Throwable throwable) {

Loading…
Cancel
Save