Repository: incubator-ignite Updated Branches: refs/heads/ignite-432 bd44e13db -> c57ce8525
ignite-432 Javadoc fix Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/c57ce852 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/c57ce852 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/c57ce852 Branch: refs/heads/ignite-432 Commit: c57ce8525836f153585d551d87b7b1d3c9fdd933 Parents: bd44e13 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Mar 17 20:10:50 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Mar 17 20:10:50 2015 +0300 ---------------------------------------------------------------------- .../ignite/internal/processors/cache/GridCacheProjectionEx.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/c57ce852/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 2ccdc5a..d8574b7 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 @@ -197,7 +197,7 @@ public interface GridCacheProjectionEx<K, V> extends CacheProjection<K, V> { * This method will return {@code true} if value is stored in cache and {@code false} otherwise. * <p> * If write-through is enabled, the stored value will be persisted to {@link CacheStore} - * via {@link CacheStore#write(Entry)} method. + * via {@link CacheStore#write(javax.cache.Cache.Entry)} method. * <h2 class="header">Transactions</h2> * This method is transactional and will enlist the entry into ongoing transaction * if there is one. @@ -222,7 +222,7 @@ public interface GridCacheProjectionEx<K, V> extends CacheProjection<K, V> { * This method will return {@code true} if value is stored in cache and {@code false} otherwise. * <p> * If write-through is enabled, the stored value will be persisted to {@link CacheStore} - * via {@link CacheStore#write(Entry)} method. + * via {@link CacheStore#write(javax.cache.Cache.Entry)} method. * <h2 class="header">Transactions</h2> * This method is transactional and will enlist the entry into ongoing transaction * if there is one.