@ -43,7 +43,7 @@ import org.springframework.context.EmbeddedValueResolverAware;
@@ -43,7 +43,7 @@ import org.springframework.context.EmbeddedValueResolverAware;
import org.springframework.context.event.ContextRefreshedEvent ;
import org.springframework.core.MethodIntrospector ;
import org.springframework.core.Ordered ;
import org.springframework.core.annotation.Annotation Utils ;
import org.springframework.core.annotation.AnnotatedElement Utils ;
import org.springframework.scheduling.TaskScheduler ;
import org.springframework.scheduling.Trigger ;
import org.springframework.scheduling.config.CronTask ;
@ -258,7 +258,7 @@ public class ScheduledAnnotationBeanPostProcessor implements BeanPostProcessor,
@@ -258,7 +258,7 @@ public class ScheduledAnnotationBeanPostProcessor implements BeanPostProcessor,
@Override
public Set < Scheduled > inspect ( Method method ) {
Set < Scheduled > scheduledMethods =
Annotation Utils . getRepeatableAnnotations ( method , Scheduled . class , Schedules . class ) ;
AnnotatedElement Utils . getMerged RepeatableAnnotations ( method , Scheduled . class , Schedules . class ) ;
return ( ! scheduledMethods . isEmpty ( ) ? scheduledMethods : null ) ;
}
} ) ;