Merge branch '1.2.x'

This commit is contained in:
Phillip Webb 2015-10-02 15:08:25 -07:00
commit 5ccd9afc78
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ public class AutoConfigurationReportLoggingInitializerTests {
@After
public void cleanup() {
System.clearProperty(LogFactory.FACTORY_PROPERTIES);
System.clearProperty(LogFactory.FACTORY_PROPERTY);
LogFactory.releaseAll();
}