From b1121fba7047dfe3cf0251236e97700dfb4f2f2d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 16 Mar 2016 17:14:03 +0100 Subject: [PATCH] Polish --- .../cache/support/AbstractCacheManager.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/spring-context/src/main/java/org/springframework/cache/support/AbstractCacheManager.java b/spring-context/src/main/java/org/springframework/cache/support/AbstractCacheManager.java index bdef3ea854..85a1168f22 100644 --- a/spring-context/src/main/java/org/springframework/cache/support/AbstractCacheManager.java +++ b/spring-context/src/main/java/org/springframework/cache/support/AbstractCacheManager.java @@ -173,10 +173,10 @@ public abstract class AbstractCacheManager implements CacheManager, Initializing /** * Return a missing cache with the specified {@code name} or {@code null} if * such cache does not exist or could not be created on the fly. - *

Some caches may be created at runtime in the native provided. If a lookup - * by name does not yield any result, a subclass gets a chance to register - * such a cache at runtime. The returned cache will be automatically added to - * this instance. + *

Some caches may be created at runtime if the native provider supports + * it. If a lookup by name does not yield any result, a subclass gets a chance + * to register such a cache at runtime. The returned cache will be automatically + * added to this instance. * @param name the name of the cache to retrieve * @return the missing cache or {@code null} if no such cache exists or could be * created