Skip to content

Commit 45ae97a

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents f0ef693 + 03beed6 commit 45ae97a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/scheduling/ScheduledTasksEndpointTests.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ private void run(Class<?> configuration, Consumer<ScheduledTasksReport> consumer
169169

170170
@Configuration
171171
@EnableScheduling
172-
private static class BaseConfiguration {
172+
static class BaseConfiguration {
173173

174174
@Bean
175175
public ScheduledTasksEndpoint endpoint(

0 commit comments

Comments
 (0)