Merge pull request #432 from kryger/master

* pull432:
  Removed extraneous character from the online documentation
This commit is contained in:
Phillip Webb 2014-01-06 11:15:43 -08:00
commit f37d030860
1 changed files with 1 additions and 1 deletions

View File

@ -43734,7 +43734,7 @@ If you prefer XML configuration use the `<task:annotation-driven>` element.
----
<task:annotation-driven executor="myExecutor" scheduler="myScheduler"/>
<task:executor id="myExecutor" pool-size="5"/>
<task:scheduler id="myScheduler" pool-size="10"/>}
<task:scheduler id="myScheduler" pool-size="10"/>
----
Notice with the above XML that an executor reference is provided for handling those