Skip to content

Commit 3b8aba9

Browse files
committed
Fix typo in ContextLifecycleScheduledTaskRegistrar
1 parent a1aba23 commit 3b8aba9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-context/src/main/java/org/springframework/scheduling/config/ContextLifecycleScheduledTaskRegistrar.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
import org.springframework.context.event.ContextRefreshedEvent;
2323

2424
/**
25-
* {@link ScheduledTaskRegistrar} subclass that redirect the actual scheduling
25+
* {@link ScheduledTaskRegistrar} subclass that redirects the actual scheduling
2626
* of tasks to the {@link ContextRefreshedEvent} callback. Falls back to regular
27-
* {@link ScheduledTaskRegistrar} behavior when not running within an ApplicationContext.
27+
* {@code ScheduledTaskRegistrar} behavior when not running within an ApplicationContext.
2828
*
2929
* @author Juergen Hoeller
3030
* @since 3.2.1

0 commit comments

Comments
 (0)