Browse Source

Removed unused import.

pull/4/head
Oliver Gierke 15 years ago
parent
commit
abfe323e75
  1. 1
      spring-data-commons-core/src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java

1
spring-data-commons-core/src/main/java/org/springframework/data/repository/core/support/DefaultRepositoryInformation.java

@ -26,7 +26,6 @@ import java.util.Map; @@ -26,7 +26,6 @@ import java.util.Map;
import java.util.Set;
import java.util.concurrent.ConcurrentHashMap;
import org.springframework.core.GenericTypeResolver;
import org.springframework.core.MethodParameter;
import org.springframework.data.repository.Repository;
import org.springframework.data.repository.core.RepositoryInformation;

Loading…
Cancel
Save