hsaputra commented on a change in pull request #10657: URL: https://github.com/apache/pulsar/pull/10657#discussion_r655791860
########## File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/resourcegroup/ResourceGroup.java ########## @@ -128,7 +130,7 @@ public ResourceGroup(ResourceGroup other) { } } - protected void updateResourceGroup(ResourceGroupConfigInfo rgConfig) { + protected void updateResourceGroup(org.apache.pulsar.common.policies.data.ResourceGroup rgConfig) { Review comment: Why change to include the full package name here? -- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org