From 65ef7e7d842b0b7d677cf38c31fa77762ba9065a Mon Sep 17 00:00:00 2001 From: belljun3395 <195850@jnu.ac.kr> Date: Tue, 14 Jan 2025 17:26:17 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20MessagePayload#eventType=20=EC=A3=BC?= =?UTF-8?q?=EC=84=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- library/event/src/main/kotlin/event/message/MessagePayload.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/event/src/main/kotlin/event/message/MessagePayload.kt b/library/event/src/main/kotlin/event/message/MessagePayload.kt index 03fdd01c7..1b2daef1b 100644 --- a/library/event/src/main/kotlin/event/message/MessagePayload.kt +++ b/library/event/src/main/kotlin/event/message/MessagePayload.kt @@ -10,7 +10,7 @@ import java.time.LocalDateTime * 메시지 페이로드 * * @property eventId 이벤트 식별자 - * @property eventType 이벤트 행위 타입 + * @property eventType 이벤트 타입 * @property eventTime 이벤트 발행 시간 * @property data 이벤트 데이터 *