diff --git a/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java b/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java index e9f6594522..bd5a128449 100644 --- a/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java +++ b/spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java @@ -101,7 +101,7 @@ public class DefaultJCacheOperationSource extends AnnotationJCacheOperationSourc /** * Set the default {@link KeyGenerator}. If none is set, a {@link SimpleKeyGenerator} - * honoringKe the JSR-107 {@link javax.cache.annotation.CacheKey} and + * honoring the JSR-107 {@link javax.cache.annotation.CacheKey} and * {@link javax.cache.annotation.CacheValue} will be used. */ public void setKeyGenerator(KeyGenerator keyGenerator) {