Browse Source

Fixed typo in code example

Issue: SPR-10394
pull/292/head
Juergen Hoeller 13 years ago
parent
commit
f374b7ae2b
  1. 2
      src/reference/docbook/scheduling.xml

2
src/reference/docbook/scheduling.xml

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

Loading…
Cancel
Save