Browse Source

Merge branch '2.0.x' into 2.1.x

pull/16247/head
Phillip Webb 7 years ago
parent
commit
45ae97a4e9
  1. 2
      spring-boot-project/spring-boot-actuator/src/test/java/org/springframework/boot/actuate/scheduling/ScheduledTasksEndpointTests.java

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

@ -169,7 +169,7 @@ public class ScheduledTasksEndpointTests { @@ -169,7 +169,7 @@ public class ScheduledTasksEndpointTests {
@Configuration
@EnableScheduling
private static class BaseConfiguration {
static class BaseConfiguration {
@Bean
public ScheduledTasksEndpoint endpoint(

Loading…
Cancel
Save