Skip to content

Commit

Permalink
refactor: 클래스 단에 붙인 @getter 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hyeon-z committed Oct 24, 2023
1 parent 8db61d4 commit 40242f7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/com/spaceclub/global/BaseTimeEntity.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@

import java.time.LocalDateTime;

@Getter
@MappedSuperclass
@EntityListeners(AuditingEntityListener.class)
public abstract class BaseTimeEntity {
Expand Down

0 comments on commit 40242f7

Please sign in to comment.