Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-375 1c608cd3f -> 2e6e93d33


# ignite-432


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

Branch: refs/heads/ignite-375
Commit: c76de093137caa6590fc3ca02f660e6e81f2eed6
Parents: 0cc2009
Author: Artem Shutak <ashu...@gridgain.com>
Authored: Tue Mar 17 13:37:39 2015 +0300
Committer: Artem Shutak <ashu...@gridgain.com>
Committed: Tue Mar 17 13:37:39 2015 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCacheProjectionEx.java     | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c76de093/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProjectionEx.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProjectionEx.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProjectionEx.java
index c9bead5..95a8f6e 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProjectionEx.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheProjectionEx.java
@@ -52,7 +52,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
     @Nullable public CacheEntryPredicate predicate();
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key.
      * @param val Value.
@@ -66,7 +66,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
         @Nullable CacheEntryPredicate... filter) throws IgniteCheckedException;
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key.
      * @param val Value.
@@ -79,7 +79,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
         @Nullable CacheEntryPredicate... filter);
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key.
      * @param val Value.
@@ -93,7 +93,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
         @Nullable CacheEntryPredicate... filter) throws IgniteCheckedException;
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key.
      * @param val Value.
@@ -126,7 +126,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
         throws IgniteCheckedException;
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key to remove.
      * @param entry Cached entry. If not provided, equivalent to 
{CacheProjection#put}.
@@ -138,7 +138,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
         @Nullable CacheEntryPredicate... filter) throws IgniteCheckedException;
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key to remove.
      * @param entry Optional cached entry.
@@ -168,7 +168,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
     public IgniteInternalFuture<?> removeAllConflictAsync(Map<KeyCacheObject, 
GridCacheVersion> drMap) throws IgniteCheckedException;
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key to remove.
      * @param entry Cached entry. If not provided, equivalent to 
{CacheProjection#put}.
@@ -180,7 +180,7 @@ public interface GridCacheProjectionEx<K, V> extends 
CacheProjection<K, V> {
         @Nullable CacheEntryPredicate... filter) throws IgniteCheckedException;
 
     /**
-     * Internal method that is called from {@link GridCacheEntryImpl}.
+     * Internal method that is called from {@link CacheEntryImpl}.
      *
      * @param key Key to remove.
      * @param entry Cached entry. If not provided, equivalent to 
{CacheProjection#put}.

Reply via email to