mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-22 22:19:03 +00:00
Fixed typo in code example
Issue: SPR-10394
(cherry picked from commit f374b7a)
This commit is contained in:
@@ -380,7 +380,7 @@ public class TaskExecutorExample {
|
||||
|
||||
<programlisting language="java">@Configuration
|
||||
@EnableAsync
|
||||
@EnableSCheduling
|
||||
@EnableScheduling
|
||||
public class AppConfig {
|
||||
}</programlisting>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user