Commit 9c3af103 authored by Phillip Webb's avatar Phillip Webb

Fix ScheduledTasksEndpointAutoConfigurationTests

Update the `CustomEndpointConfiguration` class in
`ScheduledTasksEndpointAutoConfigurationTests` to be package private
so that it can be enhanced by cglib.

Prior to merge commit 361437f4 the class was a lite configuration so
it didn't matter that it was a private class.
parent 03beed60
......@@ -62,7 +62,7 @@ public class ScheduledTasksEndpointAutoConfigurationTests {
}
@Configuration
private static class CustomEndpointConfiguration {
static class CustomEndpointConfiguration {
@Bean
public CustomEndpoint customEndpoint() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment