Skip to content

Commit af461fc

Browse files
committed
Merge branch '6.2.x'
2 parents d5baab2 + 8f62a8f commit af461fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: spring-context/src/main/java/org/springframework/cache/interceptor/CacheAspectSupport.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ protected void clearMetadataCache() {
441441
return cacheHit;
442442
}
443443

444-
@SuppressWarnings("unchecked")
444+
@SuppressWarnings({ "unchecked", "rawtypes" })
445445
private @Nullable Object executeSynchronized(CacheOperationInvoker invoker, Method method, CacheOperationContexts contexts) {
446446
CacheOperationContext context = contexts.get(CacheableOperation.class).iterator().next();
447447
if (isConditionPassing(context, CacheOperationExpressionEvaluator.NO_RESULT)) {

0 commit comments

Comments
 (0)