Browse Source

Polish

pull/352/merge
Phillip Webb 12 years ago
parent
commit
69e7fb4c98
  1. 2
      spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java

2
spring-boot/src/main/java/org/springframework/boot/logging/logback/LogbackLoggingSystem.java

@ -70,7 +70,7 @@ public class LogbackLoggingSystem extends AbstractLoggingSystem { @@ -70,7 +70,7 @@ public class LogbackLoggingSystem extends AbstractLoggingSystem {
try {
SLF4JBridgeHandler.removeHandlersForRootLogger();
}
catch (NoSuchMethodError e) {
catch (NoSuchMethodError ex) {
// Method missing in older versions of SLF4J like in JBoss AS 7.1
SLF4JBridgeHandler.uninstall();
}

Loading…
Cancel
Save