mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fixed typo in code example
Issue: SPR-10394
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