# 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-343 Commit: 8c49ff681809deba01b4128b3ff7f2ff562d27d5 Parents: 0e7a7ef Author: vozerov-gridgain <voze...@gridgain.com> Authored: Fri Feb 27 17:21:55 2015 +0300 Committer: vozerov-gridgain <voze...@gridgain.com> 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