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.
pull/16246/head
Phillip Webb 6 years ago
parent c2eeeb032c
commit 03beed603c

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

Loading…
Cancel
Save