From d6e84631f588bfd0a6cb7723b6e4e3a20bccf52e Mon Sep 17 00:00:00 2001 From: Juergen Hoeller Date: Tue, 10 Dec 2013 13:26:42 +0100 Subject: [PATCH] Fixed @since tag --- .../main/java/org/springframework/cache/guava/GuavaCache.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java b/spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java index edf76d2602..f7525e598c 100644 --- a/spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java +++ b/spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java @@ -28,9 +28,8 @@ import org.springframework.util.Assert; * *

Requires Google Guava 12.0 or higher. * - * @author Costin Leau * @author Juergen Hoeller - * @since 3.1 + * @since 4.0 */ public class GuavaCache implements Cache {