Exemplo n.º 1
0
 public PathAndBytesable <ICuratorTransactionBridge> withACL(List <ACL> aclList)
 {
     _createBuilderImpl.withACL(aclList);
     return(this);
 }
Exemplo n.º 2
0
 public PathAndBytesable <String> withACL(List <ACL> aclList)
 {
     return(_createBuilderImpl.withACL(aclList));
 }