removed @ManagedResource from AMMR

This commit is contained in:
Mark Fisher
2011-12-19 16:59:32 -05:00
parent 84d590aeae
commit 84b94ec5da

View File

@@ -32,7 +32,6 @@ import org.springframework.integration.support.channel.BeanFactoryChannelResolve
import org.springframework.integration.support.channel.ChannelResolutionException;
import org.springframework.integration.support.channel.ChannelResolver;
import org.springframework.jmx.export.annotation.ManagedOperation;
import org.springframework.jmx.export.annotation.ManagedResource;
import org.springframework.util.Assert;
import org.springframework.util.StringUtils;
@@ -45,7 +44,6 @@ import org.springframework.util.StringUtils;
* @author Gunnar Hillert
* @since 2.1
*/
@ManagedResource
public abstract class AbstractMappingMessageRouter extends AbstractMessageRouter {
private final Map<String, String> channelMappings = new ConcurrentHashMap<String, String>();