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 2019/05/20 09:11:03 UTC

[GitHub] [pulsar] ambition119 commented on a change in pull request #4312: [ISSUE #4101] Fix Javadoc for ClientBuilder.keepAliveInterval

ambition119 commented on a change in pull request #4312: [ISSUE #4101] Fix Javadoc for ClientBuilder.keepAliveInterval
URL: https://github.com/apache/pulsar/pull/4312#discussion_r285494109
 
 

 ##########
 File path: pulsar-client-api/src/main/java/org/apache/pulsar/client/api/ClientBuilder.java
 ##########
 @@ -337,7 +337,7 @@ ClientBuilder authentication(String authPluginClassName, Map<String, String> aut
      * Set keep alive interval in seconds for each client-broker-connection. <i>(default: 30)</i>.
      *
      * @param keepAliveIntervalSeconds
-     * @param unit time unit for {@code statsInterval}
+     * @param unit the time unit in which the keepAliveIntervalSeconds is defined
      * @return the client builder instance
      */
     ClientBuilder keepAliveInterval(int keepAliveIntervalSeconds, TimeUnit unit);
 
 Review comment:
   ok

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services