ignite-sql-tests - minor

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/124856ae
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/124856ae
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/124856ae

Branch: refs/heads/ignite-sql-tests
Commit: 124856ae28d4c62e4867449299cfc4fad74ab60d
Parents: 6652469
Author: S.Vladykin <svlady...@gridgain.com>
Authored: Fri Feb 13 13:47:24 2015 +0300
Committer: S.Vladykin <svlady...@gridgain.com>
Committed: Fri Feb 13 13:47:24 2015 +0300

----------------------------------------------------------------------
 modules/core/src/main/java/org/apache/ignite/IgniteCache.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/124856ae/modules/core/src/main/java/org/apache/ignite/IgniteCache.java
----------------------------------------------------------------------
diff --git a/modules/core/src/main/java/org/apache/ignite/IgniteCache.java 
b/modules/core/src/main/java/org/apache/ignite/IgniteCache.java
index 36a15f5..1648e2e 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteCache.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteCache.java
@@ -307,7 +307,7 @@ public interface IgniteCache<K, V> extends 
javax.cache.Cache<K, V>, IgniteAsyncS
     public int size(CachePeekMode... peekModes) throws CacheException;
 
     /**
-     * Gets the number of all entries cached on this nodes.
+     * Gets the number of all entries cached on this node.
      *
      * @param peekModes Optional peek modes. If not provided, then total cache 
size is returned.
      * @return Cache size on this node.

Reply via email to