Sonar: self-assignment
This commit is contained in:
@@ -280,7 +280,7 @@ public class AmqpChannelFactoryBean extends AbstractFactoryBean<AbstractAmqpChan
|
||||
}
|
||||
|
||||
public void setTxSize(int txSize) {
|
||||
this.txSize = this.txSize;
|
||||
this.txSize = txSize;
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -60,7 +60,7 @@ public class MarshallingWebServiceInboundGateway extends AbstractWebServiceInbou
|
||||
Assert.isInstanceOf(Unmarshaller.class, marshaller, "When using this constructor the provided " +
|
||||
"Marshaller must also implement Unmarshaller");
|
||||
this.marshaller = marshaller;
|
||||
this.unmarshaller = unmarshaller;
|
||||
this.unmarshaller = (Unmarshaller) marshaller;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user