Skip to content

Commit 64b9924

Browse files
ngocnhan-tran1996mp911de
authored andcommitted
Remove unused imports.
Signed-off-by: Tran Ngoc Nhan <[email protected]> Closes #3968
1 parent 05dfa2b commit 64b9924

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/support/CrudMethodMetadata.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
import jakarta.persistence.LockModeType;
1919

2020
import java.lang.reflect.Method;
21-
import java.util.Optional;
2221

2322
import org.springframework.data.jpa.repository.EntityGraph;
2423
import org.springframework.lang.Nullable;

spring-data-jpa/src/main/java/org/springframework/data/jpa/repository/support/CrudMethodMetadataPostProcessor.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
import java.lang.reflect.Method;
2222
import java.util.HashSet;
23-
import java.util.Optional;
2423
import java.util.Set;
2524
import java.util.concurrent.ConcurrentHashMap;
2625
import java.util.concurrent.ConcurrentMap;

0 commit comments

Comments
 (0)