Fixed @since tag
This commit is contained in:
parent
4fe52d1953
commit
d6e84631f5
|
@ -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…
Reference in New Issue