grssam commented on code in PR #23120:
URL: https://github.com/apache/pulsar/pull/23120#discussion_r1736263153


##########
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApi2Test.java:
##########
@@ -22,6 +22,7 @@
 import static org.apache.commons.lang3.StringUtils.isBlank;
 import static org.apache.pulsar.broker.BrokerTestUtil.newUniqueName;
 import static 
org.apache.pulsar.broker.resources.LoadBalanceResources.BUNDLE_DATA_BASE_PATH;
+import static 
org.apache.pulsar.common.policies.data.NamespaceIsolationPolicyUnloadScope.*;

Review Comment:
   @dao-jun Thank you for the review.. but since this is an enum import and i 
am using all of the enums in the tests.. I'll leave it as is.
   I do understand normal class imports via star being harmful to future naming 
conflicts, but this one shouldn't have any even in future.



-- 
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]

Reply via email to