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 0273710EE1 for ; Mon, 2 Mar 2015 13:26:07 +0000 (UTC) Received: (qmail 72550 invoked by uid 500); 2 Mar 2015 13:26:06 -0000 Delivered-To: apmail-ignite-commits-archive@ignite.apache.org Received: (qmail 72473 invoked by uid 500); 2 Mar 2015 13:26:06 -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 72459 invoked by uid 99); 2 Mar 2015 13:26:06 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Mar 2015 13:26:06 +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 13:25:42 +0000 Received: (qmail 69955 invoked by uid 99); 2 Mar 2015 13:25:40 -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 13:25:40 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 023A8E101B; Mon, 2 Mar 2015 13:25:39 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: akuznetsov@apache.org To: commits@ignite.incubator.apache.org Date: Mon, 02 Mar 2015 13:26:01 -0000 Message-Id: In-Reply-To: <799bb263c4ed4cd6bf8ae7bfe7e43e2a@git.apache.org> References: <799bb263c4ed4cd6bf8ae7bfe7e43e2a@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [23/50] [abbrv] incubator-ignite git commit: # Minors. X-Virus-Checked: Checked by ClamAV on apache.org # Minors. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/8c49ff68 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/8c49ff68 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/8c49ff68 Branch: refs/heads/ignite-368 Commit: 8c49ff681809deba01b4128b3ff7f2ff562d27d5 Parents: 0e7a7ef Author: vozerov-gridgain Authored: Fri Feb 27 17:21:55 2015 +0300 Committer: vozerov-gridgain Committed: Fri Feb 27 17:21:55 2015 +0300 ---------------------------------------------------------------------- .../src/main/java/org/apache/ignite/cluster/ClusterMetrics.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/8c49ff68/modules/core/src/main/java/org/apache/ignite/cluster/ClusterMetrics.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/cluster/ClusterMetrics.java b/modules/core/src/main/java/org/apache/ignite/cluster/ClusterMetrics.java index 4ad936c..c2b9a05 100644 --- a/modules/core/src/main/java/org/apache/ignite/cluster/ClusterMetrics.java +++ b/modules/core/src/main/java/org/apache/ignite/cluster/ClusterMetrics.java @@ -18,7 +18,7 @@ package org.apache.ignite.cluster; /** - * This class represents runtime information on a node. Apart from obvious + * This class represents runtime information on a cluster. Apart from obvious * statistical value, this information is used for implementation of * load balancing, failover, and collision SPIs. For example, collision SPI * in combination with fail-over SPI could check if other nodes don't have