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 C325A18BDB for ; Thu, 22 Oct 2015 22:51:28 +0000 (UTC) Received: (qmail 68156 invoked by uid 500); 22 Oct 2015 22:51:28 -0000 Delivered-To: apmail-curator-commits-archive@curator.apache.org Received: (qmail 68089 invoked by uid 500); 22 Oct 2015 22:51:28 -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 67981 invoked by uid 99); 22 Oct 2015 22:51:28 -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; Thu, 22 Oct 2015 22:51:28 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 465C7E3940; Thu, 22 Oct 2015 22:51:28 +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: Thu, 22 Oct 2015 22:51:32 -0000 Message-Id: <315a792969c1412fba7ae4d150e48c57@git.apache.org> In-Reply-To: <9fb55aad661f42df9e3ba314063f5b39@git.apache.org> References: <9fb55aad661f42df9e3ba314063f5b39@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [5/5] curator git commit: made the doc FQN so the import isn't needed made the doc FQN so the import isn't needed Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/3862ada2 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/3862ada2 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/3862ada2 Branch: refs/heads/master Commit: 3862ada2e1f793b423a4215b3babcc8b30bb8b51 Parents: 8e12964 Author: randgalt Authored: Thu Oct 22 16:52:28 2015 -0500 Committer: randgalt Committed: Thu Oct 22 16:52:28 2015 -0500 ---------------------------------------------------------------------- .../main/java/org/apache/curator/framework/EnsureContainers.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/3862ada2/curator-framework/src/main/java/org/apache/curator/framework/EnsureContainers.java ---------------------------------------------------------------------- diff --git a/curator-framework/src/main/java/org/apache/curator/framework/EnsureContainers.java b/curator-framework/src/main/java/org/apache/curator/framework/EnsureContainers.java index 83e0692..697df62 100644 --- a/curator-framework/src/main/java/org/apache/curator/framework/EnsureContainers.java +++ b/curator-framework/src/main/java/org/apache/curator/framework/EnsureContainers.java @@ -18,11 +18,10 @@ */ package org.apache.curator.framework; -import org.apache.curator.utils.EnsurePath; import java.util.concurrent.atomic.AtomicBoolean; /** - * Similar to {@link EnsurePath} but creates containers. + * Similar to {@link org.apache.curator.utils.EnsurePath} but creates containers. * */ public class EnsureContainers