Merge branch '2.4.x'

This commit is contained in:
Stephane Nicoll 2021-01-15 14:37:25 +01:00
commit 1a2a3d6598
2 changed files with 2 additions and 2 deletions

View File

@ -8442,7 +8442,7 @@ The following example shows how to use the `ConditionEvaluationReportLoggingList
[source,java,indent=0] [source,java,indent=0]
---- ----
@Test @Test
public void autoConfigTest { void autoConfigTest() {
ConditionEvaluationReportLoggingListener initializer = new ConditionEvaluationReportLoggingListener( ConditionEvaluationReportLoggingListener initializer = new ConditionEvaluationReportLoggingListener(
LogLevel.INFO); LogLevel.INFO);
ApplicationContextRunner contextRunner = new ApplicationContextRunner() ApplicationContextRunner contextRunner = new ApplicationContextRunner()