Return-Path: X-Original-To: apmail-curator-dev-archive@minotaur.apache.org Delivered-To: apmail-curator-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 1E82A11744 for ; Wed, 18 Jun 2014 15:36:25 +0000 (UTC) Received: (qmail 2283 invoked by uid 500); 18 Jun 2014 15:36:24 -0000 Delivered-To: apmail-curator-dev-archive@curator.apache.org Received: (qmail 2242 invoked by uid 500); 18 Jun 2014 15:36:24 -0000 Mailing-List: contact dev-help@curator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@curator.apache.org Delivered-To: mailing list dev@curator.apache.org Received: (qmail 2216 invoked by uid 99); 18 Jun 2014 15:36:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Jun 2014 15:36:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 238A683BBCB; Wed, 18 Jun 2014 15:36:24 +0000 (UTC) From: madrob To: dev@curator.apache.org Reply-To: dev@curator.apache.org References: In-Reply-To: Subject: [GitHub] curator pull request: CURATOR-93 - Added compress() option for tra... Content-Type: text/plain Message-Id: <20140618153624.238A683BBCB@tyr.zones.apache.org> Date: Wed, 18 Jun 2014 15:36:24 +0000 (UTC) Github user madrob commented on a diff in the pull request: https://github.com/apache/curator/pull/12#discussion_r13921881 --- Diff: curator-framework/src/main/java/org/apache/curator/framework/api/transaction/TransactionCreateBuilder.java --- @@ -19,12 +19,15 @@ package org.apache.curator.framework.api.transaction; import org.apache.curator.framework.api.ACLPathAndBytesable; +import org.apache.curator.framework.api.Compressible; +import org.apache.curator.framework.api.CreateBackgroundModeACLable; --- End diff -- nit: unused import? --- 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---