INT-2641: fix JavaDoc warnings

JIRA: https://jira.springsource.org/browse/INT-2641
This commit is contained in:
Artem Bilan
2012-06-29 14:18:44 +03:00
committed by Gary Russell
parent ba9060057a
commit dce4e8ec01
5 changed files with 5 additions and 5 deletions

View File

@@ -418,7 +418,7 @@ public class IntegrationMBeanExporter extends MBeanExporter implements BeanPostP
/**
* Shutdown active components. If the thread calling this method is
* managed by a Spring-managed executor, you should provide a specific
* dedicated executor via the {@link #setShutdownExecutor(Executor))}
* dedicated executor via the {@link #setShutdownExecutor}
* method. When this is provided, the shutdown will be performed on one
* of its threads, instead of the calling thread; thus avoiding
* the situation where we will wait for the current thread to terminate.