Commit 03beed60 authored by Phillip Webb's avatar Phillip Webb

Fix ScheduledTasksEndpointTests BaseConfiguration

Update the `BaseConfiguration` class in `ScheduledTasksEndpointTests`
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 c2eeeb03
......@@ -144,7 +144,7 @@ public class ScheduledTasksEndpointTests {
@Configuration
@EnableScheduling
private static class BaseConfiguration {
static class BaseConfiguration {
@Bean
public ScheduledTasksEndpoint endpoint(
......
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