Browse Source

Fix typo

pull/692/head
Stephane Nicoll 10 years ago
parent
commit
330897b411
  1. 2
      spring-context-support/src/main/java/org/springframework/cache/jcache/interceptor/DefaultJCacheOperationSource.java

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

@ -101,7 +101,7 @@ public class DefaultJCacheOperationSource extends AnnotationJCacheOperationSourc @@ -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) {

Loading…
Cancel
Save