Fix unused import warning

master
Phillip Webb 11 years ago
parent 8018ee7ce6
commit 461816735f
  1. 1
      spring-core/src/main/java/org/springframework/core/ResolvableType.java

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

Loading…
Cancel
Save