Browse Source

+ removed unneeded generic

pull/7/head
Costin Leau 15 years ago
parent
commit
b82ab4950d
  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