Fixed typo in code example
Issue: SPR-10394
(cherry picked from commit f374b7a)
This commit is contained in:
parent
5ff2dfbe13
commit
03033f6c06
|
|
@ -380,7 +380,7 @@ public class TaskExecutorExample {
|
|||
|
||||
<programlisting language="java">@Configuration
|
||||
@EnableAsync
|
||||
@EnableSCheduling
|
||||
@EnableScheduling
|
||||
public class AppConfig {
|
||||
}</programlisting>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue