Add missing text to CachingResourceTransformer Javadoc

master
Sam Brannen 10 years ago
parent 065104a485
commit 6e5907ff39
  1. 8
      spring-webmvc/src/main/java/org/springframework/web/servlet/resource/CachingResourceTransformer.java

@ -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

Loading…
Cancel
Save