You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/03/29 06:09:24 UTC

[GitHub] [pulsar] ankitagrahari commented on a change in pull request #14881: [Issue 14783][pulsar-broker] Fix javadoc warnings on pulsar-broker

ankitagrahari commented on a change in pull request #14881:
URL: https://github.com/apache/pulsar/pull/14881#discussion_r837087079



##########
File path: pulsar-broker/src/main/java/org/apache/pulsar/broker/loadbalance/impl/LoadManagerShared.java
##########
@@ -533,7 +532,7 @@ public static boolean shouldAntiAffinityNamespaceUnload(
 
     /**
      * It filters out brokers which owns topic higher than configured threshold at
-     * {@link ServiceConfiguration.loadBalancerBrokerMaxTopics}. <br/>
+     * {@link: ServiceConfiguration#loadBalancerBrokerMaxTopics}. <br/>

Review comment:
       This is because the loadBalancerBrokerMaxTopics variable is private and will not be accessible out of this class. I think in order to access, we might have to allow private fields in Javadoc (-private). 
   For now, I have just added the variable with #




-- 
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: commits-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org