Skip to content

Commit

Permalink
fix: 리팩터 오류 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
dong2ast committed Jul 11, 2023
1 parent 739460a commit 882a36b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/org/sophy/sophy/domain/Author.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
@Entity
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@AllArgsConstructor
@Builder
public class Author {
@Id
@GeneratedValue
Expand Down

0 comments on commit 882a36b

Please sign in to comment.