Skip to content

Commit 60e0177

Browse files
committed
Fix typo
See gh-1129
1 parent 4543a28 commit 60e0177

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/AbstractCacheInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected Cache resolveCache(CacheOperationInvocationContext<O> context) {
6969
/**
7070
* Convert the collection of caches in a single expected element.
7171
* <p>Throw an {@link IllegalStateException} if the collection holds more than one element
72-
* @return the singe element or {@code null} if the collection is empty
72+
* @return the single element or {@code null} if the collection is empty
7373
*/
7474
static Cache extractFrom(Collection<? extends Cache> caches) {
7575
if (CollectionUtils.isEmpty(caches)) {

0 commit comments

Comments
 (0)