tabish121 commented on code in PR #4605:
URL: https://github.com/apache/activemq-artemis/pull/4605#discussion_r1318890340
##########
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/config/FederationConfiguration.java:
##########
@@ -74,7 +74,7 @@ public Map<String, FederationPolicy> getQueuePolicies() {
}
// strange spelling!, it allows a type match for singular of correct plural
Policies from properties
- public FederationConfiguration
addQueuePolicie(FederationQueuePolicyConfiguration federationPolicy) {
+ public FederationConfiguration
addQueuePolicy(FederationQueuePolicyConfiguration federationPolicy) {
Review Comment:
removed the old comment
--
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]