Fixed typo in code example

Issue: SPR-10394
This commit is contained in:
Juergen Hoeller 2013-04-30 22:10:26 +02:00
parent 6be954e4cd
commit f374b7ae2b
1 changed files with 1 additions and 1 deletions

View File

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