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 {