Browse Source

Fixed @since tag

pull/425/merge
Juergen Hoeller 12 years ago
parent
commit
d6e84631f5
  1. 3
      spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java

3
spring-context-support/src/main/java/org/springframework/cache/guava/GuavaCache.java vendored

@ -28,9 +28,8 @@ import org.springframework.util.Assert; @@ -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 {

Loading…
Cancel
Save