Skip to content

Commit

Permalink
remove package qualifier
Browse files Browse the repository at this point in the history
  • Loading branch information
farrell-m committed Jul 19, 2024
1 parent 8ade4b0 commit bdc2bfc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ public NotificationAttachmentDetail getNotificationAttachment(final Long id) {
public Long createNotificationAttachment(
final NotificationAttachmentDetail notificationAttachmentDetail) {

uk.gov.laa.ccms.caab.api.entity.NotificationAttachment createdNotificationAttachment =
NotificationAttachment createdNotificationAttachment =
repository.save(mapper.toNotificationAttachment(notificationAttachmentDetail));

return createdNotificationAttachment.getId();
Expand Down

0 comments on commit bdc2bfc

Please sign in to comment.