Skip to content

Commit

Permalink
Update notification builder
Browse files Browse the repository at this point in the history
  • Loading branch information
hhdqirui committed Feb 13, 2023
1 parent 897f971 commit 5236af7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public class Notification extends BaseEntity {
* Instantiates a new notification from {@code NotificationBuilder}.
*/
public Notification(NotificationBuilder builder) {
this.setNotificationId(builder.notificationId);
this.setStartTime(builder.startTime);
this.setEndTime(builder.endTime);
this.setStyle(builder.style);
Expand Down

0 comments on commit 5236af7

Please sign in to comment.