From 121a19c07501e538e10460fef7e23af30ea243f7 Mon Sep 17 00:00:00 2001 From: KimBeomJin Date: Wed, 11 Jan 2023 12:26:34 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20(#286)=20javadoc=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../team/comit/simtong/domain/user/model/EmployeeNumber.kt | 2 +- .../kotlin/team/comit/simtong/domain/user/model/NickName.kt | 2 +- .../kotlin/team/comit/simtong/domain/user/model/Password.kt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/EmployeeNumber.kt b/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/EmployeeNumber.kt index 3ed90a34..720689dc 100644 --- a/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/EmployeeNumber.kt +++ b/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/EmployeeNumber.kt @@ -2,7 +2,7 @@ package team.comit.simtong.domain.user.model /** * - * EmployeeNumber + * User Aggregate 중 사원번호를 담당하는 EmployeeNumber * * @author kimbeomjin * @date 2023/01/10 diff --git a/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/NickName.kt b/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/NickName.kt index 8ac732d6..6a529abc 100644 --- a/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/NickName.kt +++ b/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/NickName.kt @@ -2,7 +2,7 @@ package team.comit.simtong.domain.user.model /** * - * NickName + * User Aggregate 중 닉네임을 담당하는 NickName * * @author kimbeomjin * @date 2023/01/10 diff --git a/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/Password.kt b/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/Password.kt index b4dd32d6..3839fea6 100644 --- a/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/Password.kt +++ b/simtong-domain/src/main/kotlin/team/comit/simtong/domain/user/model/Password.kt @@ -2,7 +2,7 @@ package team.comit.simtong.domain.user.model /** * - * Password + * User Aggregate 중 비밀번호를 담당하는 Password * * @author kimbeomjin * @date 2023/01/10