Polishing

This commit is contained in:
Juergen Hoeller
2023-12-10 00:28:51 +01:00
parent 361dfd1ae4
commit f29bfd9769
2 changed files with 4 additions and 5 deletions

View File

@@ -642,10 +642,10 @@ public abstract class CacheAspectSupport extends AbstractCacheInvoker
}
/**
* Collect the {@link CachePutRequest} for all {@link CacheOperation} using
* the specified result value.
* Collect a {@link CachePutRequest} for every {@link CacheOperation}
* using the specified result value.
* @param contexts the contexts to handle
* @param result the result value (never {@code null})
* @param result the result value
* @param putRequests the collection to update
*/
private void collectPutRequests(Collection<CacheOperationContext> contexts,