mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-25 19:09:03 +00:00
Merge branch '2.1.x'
Closes gh-18576
This commit is contained in:
+1
-1
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user