Fixed typo in code example

Issue: SPR-10394
(cherry picked from commit f374b7a)
This commit is contained in:
Juergen Hoeller
2013-04-30 22:10:26 +02:00
committed by unknown
parent 5ff2dfbe13
commit 03033f6c06

View File

@@ -380,7 +380,7 @@ public class TaskExecutorExample {
<programlisting language="java">@Configuration
@EnableAsync
@EnableSCheduling
@EnableScheduling
public class AppConfig {
}</programlisting>