clebertsuconic commented on code in PR #4292:
URL: https://github.com/apache/activemq-artemis/pull/4292#discussion_r1027304601
##########
artemis-ra/src/main/java/org/apache/activemq/artemis/ra/ActiveMQResourceAdapter.java:
##########
@@ -821,6 +821,10 @@ public void setUseTopologyForLoadBalancing(Boolean
useTopologyForLoadBalancing)
raProperties.setUseTopologyForLoadBalancing(useTopologyForLoadBalancing);
}
+ public Boolean getUseTopologyForLoadBalancing() {
+ return raProperties.isUseTopologyForLoadBalancing();
Review Comment:
why?
isUseTopology is the standard for Java Beans.
Why do you need the get method?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]