master
Juergen Hoeller 11 years ago
parent 4fe52d1953
commit d6e84631f5
  1. 3
      spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java

@ -28,9 +28,8 @@ import org.springframework.util.Assert;
* *
* <p>Requires Google Guava 12.0 or higher. * <p>Requires Google Guava 12.0 or higher.
* *
* @author Costin Leau
* @author Juergen Hoeller * @author Juergen Hoeller
* @since 3.1 * @since 4.0
*/ */
public class GuavaCache implements Cache { public class GuavaCache implements Cache {

Loading…
Cancel
Save