From d2dd426f2241cbbbc278634636891b551d1a7a60 Mon Sep 17 00:00:00 2001 From: shinheekim Date: Tue, 30 Jul 2024 20:11:18 +0900 Subject: [PATCH] test2 --- .../net/skhu/likelion12thteam03be/survey/domain/Survey.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/net/skhu/likelion12thteam03be/survey/domain/Survey.java b/src/main/java/net/skhu/likelion12thteam03be/survey/domain/Survey.java index 99b62df..30e02a8 100644 --- a/src/main/java/net/skhu/likelion12thteam03be/survey/domain/Survey.java +++ b/src/main/java/net/skhu/likelion12thteam03be/survey/domain/Survey.java @@ -13,7 +13,7 @@ @Entity @Getter -@NoArgsConstructor(access = AccessLevel.PROTECTED) // test +@NoArgsConstructor(access = AccessLevel.PROTECTED) public class Survey { @Id @GeneratedValue(strategy = GenerationType.IDENTITY)