Browse Source

Polishing

Issue: SPR-13633
pull/910/head
Stephane Nicoll 10 years ago
parent
commit
77af692e5e
  1. 1
      spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistry.java

1
spring-jms/src/main/java/org/springframework/jms/config/JmsListenerEndpointRegistry.java

@ -79,6 +79,7 @@ public class JmsListenerEndpointRegistry implements DisposableBean, SmartLifecyc @@ -79,6 +79,7 @@ public class JmsListenerEndpointRegistry implements DisposableBean, SmartLifecyc
/**
* Return the ids of the managed {@link MessageListenerContainer} instance(s).
* @see #getListenerContainer(String)
* @since 4.2.3
*/
public Set<String> getListenerContainerIds() {
return Collections.unmodifiableSet(this.listenerContainers.keySet());

Loading…
Cancel
Save