Fixed typo in code example

Issue: SPR-10394
master
Juergen Hoeller 12 years ago
parent 6be954e4cd
commit f374b7ae2b
  1. 2
      src/reference/docbook/scheduling.xml

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

Loading…
Cancel
Save