From feaa702bfd0078e973e158cd70a407224effe126 Mon Sep 17 00:00:00 2001 From: min56 Date: Tue, 19 Dec 2023 10:07:14 +0900 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20::=20=EA=B3=B5=EB=B0=B1=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../com/xquare/v1servicefeed/comment/spi/QueryCommentSpi.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feed-domain/src/main/java/com/xquare/v1servicefeed/comment/spi/QueryCommentSpi.java b/feed-domain/src/main/java/com/xquare/v1servicefeed/comment/spi/QueryCommentSpi.java index 4d2c71a..da02698 100644 --- a/feed-domain/src/main/java/com/xquare/v1servicefeed/comment/spi/QueryCommentSpi.java +++ b/feed-domain/src/main/java/com/xquare/v1servicefeed/comment/spi/QueryCommentSpi.java @@ -19,4 +19,4 @@ public interface QueryCommentSpi { boolean existByUserId(UUID userId); Long queryCommentCountByFeedId(UUID feedId); -} \ No newline at end of file +}