Fixed @since tag

This commit is contained in:
Juergen Hoeller 2013-12-10 13:26:42 +01:00
parent 4fe52d1953
commit d6e84631f5
1 changed files with 1 additions and 2 deletions

View File

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