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

    https://github.com/apache/curator/pull/218#discussion_r114674883
  
    --- Diff: 
curator-framework/src/main/java/org/apache/curator/framework/api/transaction/TransactionCreateBuilder.java
 ---
    @@ -18,17 +18,17 @@
      */
     package org.apache.curator.framework.api.transaction;
     
    -import org.apache.curator.framework.api.ACLCreateModePathAndBytesable;
    -import org.apache.curator.framework.api.ACLPathAndBytesable;
    -import org.apache.curator.framework.api.Compressible;
    -import org.apache.curator.framework.api.CreateModable;
    -import org.apache.curator.framework.api.PathAndBytesable;
    -
    -public interface TransactionCreateBuilder<T> extends
    -    PathAndBytesable<T>,
    -    CreateModable<ACLPathAndBytesable<T>>,
    -    ACLPathAndBytesable<T>,
    -    ACLCreateModePathAndBytesable<T>,
    -    Compressible<ACLCreateModePathAndBytesable<T>>
    +public interface TransactionCreateBuilder<T> extends 
TransactionCreateBuilder2<T>
    --- End diff --
    
    Yeah, it looks cool, I'll have to have a play when I get some time. 
Unfortunately, I'm not doing anything ZK related at work at the moment, so it 
will have to wait for now.


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