Polishing

(cherry picked from commit fc629bb)
This commit is contained in:
Juergen Hoeller
2016-12-29 22:39:36 +01:00
parent 050f2c746d
commit 26a4aef417
5 changed files with 46 additions and 54 deletions

View File

@@ -28,8 +28,7 @@ import org.springframework.messaging.handler.annotation.support.MessageHandlerMe
import org.springframework.util.Assert;
/**
* Helper bean for registering {@link JmsListenerEndpoint} with
* a {@link JmsListenerEndpointRegistry}.
* Helper bean for registering {@link JmsListenerEndpoint} with a {@link JmsListenerEndpointRegistry}.
*
* @author Stephane Nicoll
* @author Juergen Hoeller