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/71253c8a Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/71253c8a Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/71253c8a Branch: refs/heads/ignite-gg-9826 Commit: 71253c8ac4debeb120eddb07d9ab8a4484c28de3 Parents: 9d985c8 Author: avinogradov <avinogra...@gridgain.com> Authored: Tue Mar 17 16:50:13 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Tue Mar 17 19:03:21 2015 +0300 ---------------------------------------------------------------------- .../apache/ignite/cache/spring/SpringDynamicCacheManager.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/71253c8a/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringDynamicCacheManager.java ---------------------------------------------------------------------- diff --git a/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringDynamicCacheManager.java b/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringDynamicCacheManager.java index f5af8b8..dd03b42 100644 --- a/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringDynamicCacheManager.java +++ b/modules/spring/src/main/java/org/apache/ignite/cache/spring/SpringDynamicCacheManager.java @@ -38,8 +38,8 @@ import java.util.*; * {@link #setDataCacheName(String)} configuration property. * <p> * Under the hood, this cache manager will create a cache projection - * for each cache name provided in {@link org.springframework.cache.annotation.Cacheable}, - * {@link org.springframework.cache.annotation.CachePut}, + * for each cache name provided in {@ignitelink org.springframework.cache.annotation.Cacheable}, + * {@ignitelink org.springframework.cache.annotation.CachePut}, * etc. annotations. Note that you're still able to use caches configured in * Ignite configuration. Cache projection will be created only * cache with provided name doesn't exist.