From 11970102d365a424fc9b70e0636fe2dfc2f98464 Mon Sep 17 00:00:00 2001 From: gurdl7011 Date: Wed, 15 Nov 2023 12:11:37 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20::=20=ED=9C=B4=EB=A8=BC=20?= =?UTF-8?q?=EC=97=90=EB=9F=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/example/onui/domain/auth/service/AuthServiceImpl.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/com/example/onui/domain/auth/service/AuthServiceImpl.kt b/src/main/kotlin/com/example/onui/domain/auth/service/AuthServiceImpl.kt index 8343761..8fdedd2 100644 --- a/src/main/kotlin/com/example/onui/domain/auth/service/AuthServiceImpl.kt +++ b/src/main/kotlin/com/example/onui/domain/auth/service/AuthServiceImpl.kt @@ -9,7 +9,7 @@ import org.springframework.transaction.annotation.Transactional @Service @Transactional(readOnly = true) -abstract class AuthServiceImpl( +class AuthServiceImpl( private val tokenProvider: TokenProvider, private val userFacade: UserFacade, private val userRepository: UserRepository,