Skip to content

Commit f02887b

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents 45ae97a + 9c3af10 commit f02887b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public void endpointBacksOffWhenUserProvidedEndpointIsPresent() {
6262
}
6363

6464
@Configuration
65-
private static class CustomEndpointConfiguration {
65+
static class CustomEndpointConfiguration {
6666

6767
@Bean
6868
public CustomEndpoint customEndpoint() {

0 commit comments

Comments
 (0)