+ removed unneeded generic

master
Costin Leau 13 years ago
parent a2a98efa13
commit b82ab4950d
  1. 2
      org.springframework.context/src/main/java/org/springframework/cache/interceptor/DefaultValueWrapper.java

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

Loading…
Cancel
Save