+ removed unneeded generic

This commit is contained in:
Costin Leau 2011-07-13 12:58:09 +00:00
parent a2a98efa13
commit b82ab4950d
1 changed files with 1 additions and 1 deletions

View File

@ -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;