Skip to content

Commit

Permalink
Resolve PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NipuniBhagya committed Oct 15, 2024
1 parent b759e58 commit 88a09a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public class GuestApiServiceCore {
private final InvitationCoreService invitationCoreService;

public GuestApiServiceCore(InvitationCoreService invitationCoreService) {

this.invitationCoreService = invitationCoreService;
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public GuestsApiServiceImpl() {
try {
this.guestApiServiceCore = GuestApiServiceCoreFactory.getGuestApiServiceCore();
} catch (IllegalStateException e) {
throw new RuntimeException("Error occurred while initiating application management services.", e);
throw new RuntimeException("Error occurred while initiating user invitation management services.", e);
}
}

Expand Down

0 comments on commit 88a09a7

Please sign in to comment.