Polishing
This commit is contained in:
@@ -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
|
||||
@@ -48,8 +47,7 @@ public class JmsListenerEndpointRegistrar implements BeanFactoryAware, Initializ
|
||||
|
||||
private BeanFactory beanFactory;
|
||||
|
||||
private final List<JmsListenerEndpointDescriptor> endpointDescriptors =
|
||||
new ArrayList<>();
|
||||
private final List<JmsListenerEndpointDescriptor> endpointDescriptors = new ArrayList<>();
|
||||
|
||||
private boolean startImmediately;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user