HoustonPutman commented on code in PR #512:
URL: https://github.com/apache/curator/pull/512#discussion_r1907617389


##########
curator-x-async/src/main/java/org/apache/curator/x/async/api/AsyncTransactionCreateBuilder.java:
##########
@@ -74,7 +82,7 @@ public interface AsyncTransactionCreateBuilder extends 
AsyncPathAndBytesable<Cur
      * @see #compressed()
      * @return this
      */
-    AsyncPathAndBytesable<CuratorOp> withOptions(CreateMode createMode, 
List<ACL> aclList, boolean compressed);
+    AsyncPathAndBytesable<CuratorOp> withOptions(CreateMode createMode, 
List<ACL> aclList, Boolean compressed);

Review Comment:
   So I undid the changes here, so it works as it did before. I think this PR 
is big enough that the composability stuff can be done separately? Happy to do 
whatever needs to be done, just want to limit the scope as this is getting 
quite big already.



-- 
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-unsubscr...@curator.apache.org

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

Reply via email to