Skip to content

Commit 330897b

Browse files
committed
Fix typo
1 parent 14fef19 commit 330897b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ public CacheResolver getExceptionCacheResolver() {
101101

102102
/**
103103
* Set the default {@link KeyGenerator}. If none is set, a {@link SimpleKeyGenerator}
104-
* honoringKe the JSR-107 {@link javax.cache.annotation.CacheKey} and
104+
* honoring the JSR-107 {@link javax.cache.annotation.CacheKey} and
105105
* {@link javax.cache.annotation.CacheValue} will be used.
106106
*/
107107
public void setKeyGenerator(KeyGenerator keyGenerator) {

0 commit comments

Comments
 (0)