Return-Path: X-Original-To: apmail-ignite-commits-archive@minotaur.apache.org Delivered-To: apmail-ignite-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 62FC31741F for ; Mon, 2 Mar 2015 14:45:07 +0000 (UTC) Received: (qmail 19707 invoked by uid 500); 2 Mar 2015 14:44:51 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 19673 invoked by uid 500); 2 Mar 2015 14:44:51 -0000 Mailing-List: contact commits-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list commits@ignite.incubator.apache.org Received: (qmail 19664 invoked by uid 99); 2 Mar 2015 14:44:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 14:44:51 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 02 Mar 2015 14:44:49 +0000 Received: (qmail 16518 invoked by uid 99); 2 Mar 2015 14:44:29 -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; Mon, 02 Mar 2015 14:44:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 92EDBE07D9; Mon, 2 Mar 2015 14:44:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vozerov@apache.org To: commits@ignite.incubator.apache.org Message-Id: <66321e1ec5b34b369db0852b99962682@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-ignite git commit: # MInor JavADoc change. Date: Mon, 2 Mar 2015 14:44:29 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 b0e6ab17c -> 235758cd9 # MInor JavADoc change. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/235758cd Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/235758cd Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/235758cd Branch: refs/heads/sprint-2 Commit: 235758cd98f4aca320a6f9c07c5d90ddb956d796 Parents: b0e6ab1 Author: vozerov-gridgain Authored: Mon Mar 2 17:44:16 2015 +0300 Committer: vozerov-gridgain Committed: Mon Mar 2 17:44:16 2015 +0300 ---------------------------------------------------------------------- .../core/src/main/java/org/apache/ignite/IgniteCluster.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/235758cd/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java b/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java index 8669559..c24ba5e 100644 --- a/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java +++ b/modules/core/src/main/java/org/apache/ignite/IgniteCluster.java @@ -28,10 +28,10 @@ import java.util.*; import java.util.concurrent.*; /** - * {@code GridCluster} also provides a handle on {@link #nodeLocalMap()} which provides map-like functionality - * linked to current grid node. Node-local map is useful for saving shared state between job executions - * on the grid. Additionally you can also ping, start, and restart remote nodes, map keys to caching nodes, - * and get other useful information about topology. + * Represents whole cluster (all available nodes) and also provides a handle on {@link #nodeLocalMap()} which + * provides map-like functionality linked to current grid node. Node-local map is useful for saving shared state + * between job executions on the grid. Additionally you can also ping, start, and restart remote nodes, map keys to + * caching nodes, and get other useful information about topology. */ public interface IgniteCluster extends ClusterGroup, IgniteAsyncSupport { /**