Add missing text to CachingResourceTransformer Javadoc

This commit is contained in:
Sam Brannen 2014-10-21 16:11:15 +02:00
parent 065104a485
commit 6e5907ff39
1 changed files with 4 additions and 4 deletions

View File

@ -28,10 +28,10 @@ import org.springframework.core.io.Resource;
import org.springframework.util.Assert; import org.springframework.util.Assert;
/** /**
* A {@link org.springframework.web.servlet.resource.ResourceTransformer} that * A {@link org.springframework.web.servlet.resource.ResourceTransformer} that checks a
* checks a {@link org.springframework.cache.Cache} to see if a previously * {@link org.springframework.cache.Cache} to see if a previously transformed resource
* transformed or otherwise * exists in the cache and returns it if found, and otherwise delegates to the resolver
* delegates to the resolver chain and saves the result in the cache. * chain and saves the result in the cache.
* *
* @author Rossen Stoyanchev * @author Rossen Stoyanchev
* @since 4.1 * @since 4.1