Skip to content

Commit

Permalink
refactor : NotificationEvent 객체를 생성하지 못하도록 추상 클래스로 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
java-saeng committed Oct 1, 2023
1 parent 77baab3 commit b91aadf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

@RequiredArgsConstructor
@Getter
public class NotificationEvent {
public abstract class NotificationEvent {

@JsonIgnore
private final Long receiverId;
Expand Down

0 comments on commit b91aadf

Please sign in to comment.