Skip to content

Commit

Permalink
fix: member accesslevel 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Soyeon-Cha committed Nov 22, 2023
1 parent 5a19749 commit c820a24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/MARKETFUBY/Member/domain/Member.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
@Getter
@Setter
@Table(name="member")
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@NoArgsConstructor
public class Member {
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
Expand Down

0 comments on commit c820a24

Please sign in to comment.