This commit is contained in:
Phillip Webb
2014-05-28 21:48:36 +01:00
parent 7a8be3d600
commit 5a5a7be477
3 changed files with 4 additions and 5 deletions

View File

@@ -113,8 +113,8 @@ public class AutoConfigurationReportLoggingInitializerTests {
ReflectionUtils.setField(this.logFactoryField, null, new MockLogFactory());
}
catch (Exception e) {
throw new IllegalStateException("Failed to set logFactory", e);
catch (Exception ex) {
throw new IllegalStateException("Failed to set logFactory", ex);
}
this.initializer = new AutoConfigurationReportLoggingInitializer();