Merge branch '2.4.x'
This commit is contained in:
commit
1a2a3d6598
|
@ -8442,7 +8442,7 @@ The following example shows how to use the `ConditionEvaluationReportLoggingList
|
|||
[source,java,indent=0]
|
||||
----
|
||||
@Test
|
||||
public void autoConfigTest {
|
||||
void autoConfigTest() {
|
||||
ConditionEvaluationReportLoggingListener initializer = new ConditionEvaluationReportLoggingListener(
|
||||
LogLevel.INFO);
|
||||
ApplicationContextRunner contextRunner = new ApplicationContextRunner()
|
||||
|
|
Loading…
Reference in New Issue