Fix unused import warning

This commit is contained in:
Phillip Webb 2014-02-18 19:37:06 -08:00
parent 8018ee7ce6
commit 461816735f
1 changed files with 0 additions and 1 deletions

View File

@ -36,7 +36,6 @@ import org.springframework.core.SerializableTypeWrapper.TypeProvider;
import org.springframework.util.Assert;
import org.springframework.util.ClassUtils;
import org.springframework.util.ConcurrentReferenceHashMap;
import org.springframework.util.ConcurrentReferenceHashMap.ReferenceType;
import org.springframework.util.ObjectUtils;
import org.springframework.util.StringUtils;