From 330897b411000a30bcb94c81a7d1304c01bddae6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 3 Nov 2014 13:35:14 +0100 Subject: [PATCH] Fix typo --- .../cache/jcache/interceptor/DefaultJCacheOperationSource.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {