Renamed the 'pool-executor' element to 'thread-pool-task-executor' (INT-426).

This commit is contained in:
Mark Fisher
2008-10-15 19:45:58 +00:00
parent 905f76116f
commit 18b65fdf0a
3 changed files with 3 additions and 3 deletions

View File

@@ -13,6 +13,6 @@
<publish-subscribe-channel id="channelWithTaskExecutor" task-executor="pool"/>
<pool-executor id="pool"/>
<thread-pool-task-executor id="pool"/>
</beans:beans>