diff --git a/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCache.java b/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCache.java
index fb341119d9..605adf4886 100644
--- a/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCache.java
+++ b/spring-context-support/src/main/java/org/springframework/cache/jcache/JCacheCache.java
@@ -28,7 +28,7 @@ import org.springframework.util.Assert;
/**
* {@link org.springframework.cache.Cache} implementation on top of a
- * {@link javax.cache.Cache} instance.
+ * {@link Cache javax.cache.Cache} instance.
*
*
Note: This class has been updated for JCache 1.0, as of Spring 4.0.
*
@@ -42,7 +42,7 @@ public class JCacheCache extends AbstractValueAdaptingCache {
/**
- * Create an {@link org.springframework.cache.jcache.JCacheCache} instance.
+ * Create a {@link org.springframework.cache.jcache.JCacheCache} instance.
* @param jcache backing JCache Cache instance
*/
public JCacheCache(Cache