Browse Source

Fix unused import warning

pull/466/head
Phillip Webb 12 years ago
parent
commit
461816735f
  1. 1
      spring-core/src/main/java/org/springframework/core/ResolvableType.java

1
spring-core/src/main/java/org/springframework/core/ResolvableType.java

@ -36,7 +36,6 @@ import org.springframework.core.SerializableTypeWrapper.TypeProvider; @@ -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;

Loading…
Cancel
Save