+ removed unneeded generic
This commit is contained in:
parent
a2a98efa13
commit
b82ab4950d
|
|
@ -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…
Reference in New Issue