Skip to content

Commit 0ec10e9

Browse files
committed
checkstyle fix
1 parent f605c74 commit 0ec10e9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

main-app/main-webapp/src/main/java/gt/app/modules/user/UserRepository.java

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
import org.springframework.cache.annotation.Cacheable;
55
import org.springframework.data.jpa.repository.EntityGraph;
66
import org.springframework.data.jpa.repository.JpaRepository;
7-
import org.springframework.data.jpa.repository.Query;
8-
import org.springframework.data.repository.query.Param;
97
import org.springframework.transaction.annotation.Transactional;
108

119
import java.util.Optional;

0 commit comments

Comments
 (0)