Skip to content

Commit

Permalink
Merge pull request #953 from catenax-ng/main
Browse files Browse the repository at this point in the history
sync
  • Loading branch information
ds-mwesener authored May 8, 2024
2 parents 8c07883 + a60931d commit 0b3fa79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ public NotificationSenderAndReceiverBPNEqualException(String bpn) {
}

public NotificationSenderAndReceiverBPNEqualException(String bpn, Long notificationId) {
super("Quality notification with id %s cannot be edited. Sender BPN %s is same as receiver BPN.".formatted(bpn, notificationId));
super("Quality notification with id %s cannot be edited. Sender BPN %s is same as receiver BPN.".formatted(notificationId, bpn));
}
}

0 comments on commit 0b3fa79

Please sign in to comment.