Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-929 ed789f9db -> 97f0f3678


ignite-929


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

Branch: refs/heads/ignite-929
Commit: 97f0f3678f701748691b74c43698c2f587d592fe
Parents: ed789f9
Author: Anton <avinogra...@gridgain.com>
Authored: Fri Jul 3 18:59:43 2015 +0300
Committer: Anton <avinogra...@gridgain.com>
Committed: Fri Jul 3 18:59:43 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/97f0f367/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 4978fa5..ba996d4 100644
--- a/modules/core/src/main/java/org/apache/ignite/IgniteCache.java
+++ b/modules/core/src/main/java/org/apache/ignite/IgniteCache.java
@@ -544,7 +544,7 @@ public interface IgniteCache<K, V> extends 
javax.cache.Cache<K, V>, IgniteAsyncS
 
     /**
      * Closes cache.
-     * For local cache equivalent to {@link #destroy()).
+     * For local cache equivalent to {@link #destroy()}.
      * For distributed caches, if called on clients, closes client cache, if 
called on a server node,
      * do nothing.
      */

Reply via email to