Browse Source

+ removed unneeded generic

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@4692 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/merge
Costin Leau 15 years ago
parent
commit
7cd1791b20
  1. 2
      org.springframework.context/src/main/java/org/springframework/cache/interceptor/DefaultValueWrapper.java

2
org.springframework.context/src/main/java/org/springframework/cache/interceptor/DefaultValueWrapper.java vendored

@ -23,7 +23,7 @@ import org.springframework.cache.Cache.ValueWrapper; @@ -23,7 +23,7 @@ import org.springframework.cache.Cache.ValueWrapper;
*
* @author Costin Leau
*/
public class DefaultValueWrapper<V> implements ValueWrapper {
public class DefaultValueWrapper implements ValueWrapper {
private final Object value;

Loading…
Cancel
Save