Fix typo in javadoc

See gh-1080
This commit is contained in:
nkjackzhang
2016-06-16 14:54:04 +08:00
committed by Stephane Nicoll
parent 7d39957ec9
commit 9656015d26
2 changed files with 2 additions and 2 deletions

View File

@@ -214,7 +214,7 @@ public class GenericMessageEndpointManager implements SmartLifecycle, Initializi
* Set whether to auto-start the endpoint activation after this endpoint
* manager has been initialized and the context has been refreshed.
* <p>Default is "true". Turn this flag off to defer the endpoint
* activation until an explicit {#start()} call.
* activation until an explicit {@link #start()} call.
*/
public void setAutoStartup(boolean autoStartup) {
this.autoStartup = autoStartup;