Return-Path: X-Original-To: apmail-curator-commits-archive@minotaur.apache.org Delivered-To: apmail-curator-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B7A9B17BF2 for ; Wed, 6 May 2015 04:13:37 +0000 (UTC) Received: (qmail 94020 invoked by uid 500); 6 May 2015 04:13:37 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 93952 invoked by uid 500); 6 May 2015 04:13:37 -0000 Mailing-List: contact commits-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 commits@curator.apache.org Received: (qmail 93073 invoked by uid 99); 6 May 2015 04:13:36 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 May 2015 04:13:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 583F3E359A; Wed, 6 May 2015 04:13:36 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: randgalt@apache.org To: commits@curator.apache.org Date: Wed, 06 May 2015 04:13:52 -0000 Message-Id: <37be594806d943849d63a958f72d49d6@git.apache.org> In-Reply-To: <3e8ce4f06069481e98d71f2596f23c85@git.apache.org> References: <3e8ce4f06069481e98d71f2596f23c85@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [17/50] curator git commit: fixed bad header fixed bad header Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/c9a5c4a2 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/c9a5c4a2 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/c9a5c4a2 Branch: refs/heads/CURATOR-3.0 Commit: c9a5c4a234efa7bb684b68452f105dc7dc3cfd09 Parents: 989f941 Author: randgalt Authored: Sun Apr 19 14:20:19 2015 -0500 Committer: randgalt Committed: Sun Apr 19 14:20:19 2015 -0500 ---------------------------------------------------------------------- .../org/apache/curator/framework/imps/DeleteBuilderImpl.java | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/c9a5c4a2/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java ---------------------------------------------------------------------- diff --git a/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java b/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java index c067357..9db0013 100644 --- a/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java +++ b/curator-framework/src/main/java/org/apache/curator/framework/imps/DeleteBuilderImpl.java @@ -6,9 +6,9 @@ * to you under the Apache License, Version 2.0 (the * "License"); you may not use this file except in compliance * with the License. You may obtain a copy of the License at - *

- * http://www.apache.org/licenses/LICENSE-2.0 - *

+ * + * http://www.apache.org/licenses/LICENSE-2.0 + * * Unless required by applicable law or agreed to in writing, * software distributed under the License is distributed on an * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY @@ -16,7 +16,6 @@ * specific language governing permissions and limitations * under the License. */ - package org.apache.curator.framework.imps; import org.apache.curator.RetryLoop;