Commit d4955fe914de3cc8b8dac44aaea35bdbab8707d5

removed @Override annotation
spring-integration-amqp/src/main/java/org/springframework/integration/amqp/config/AmqpNamespaceHandler.java
(0 / 1)
  
2626 */
2727public class AmqpNamespaceHandler extends AbstractIntegrationNamespaceHandler {
2828
29 @Override
3029 public void init() {
3130 this.registerBeanDefinitionParser("inbound-channel-adapter", new AmqpInboundChannelAdapterParser());
3231 this.registerBeanDefinitionParser("inbound-gateway", new AmqpInboundGatewayParser());

Comments

Add a new comment:

Login or create an account to post a comment

Add your comment