Github user poornachandra commented on a diff in the pull request:

    https://github.com/apache/incubator-twill/pull/44#discussion_r32764931
  
    --- Diff: 
twill-zookeeper/src/main/java/org/apache/twill/zookeeper/ZKClients.java ---
    @@ -51,7 +51,13 @@ public static ZKClient retryOnFailure(ZKClient client, 
RetryStrategy retryStrate
         return new FailureRetryZKClient(client, retryStrategy);
       }
     
    -
    +  /**
    +   * Creates a {@link ZKClient} that will add prefix namespace for every 
paths.
    +   *
    +   * @param zkClient The {@link ZKClient} for operations delegation.
    +   * @param namespace The prefix namespace to be appended to paths.
    +   * @return
    --- End diff --
    
    Empty return tag


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to