Skip to content

Commit

Permalink
MDEXP-786 Removed commented
Browse files Browse the repository at this point in the history
  • Loading branch information
obozhko-folio committed Oct 21, 2024
1 parent b4719ee commit b4f74c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/org/folio/dataexp/util/ErrorCode.java
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public enum ErrorCode {
ERROR_DELETED_TOO_LONG_INSTANCE("error.deletedTooLong.instance", "Instance record with id = %s has been deleted."),
ERROR_NON_EXISTING_INSTANCE("error.nonExisting.instance", "%s"),
ERROR_HOLDINGS_NO_PERMISSION("error.holdings.noPermission", "%s - the user %s does not have permissions to access the holdings record in %s data tenant."),
// ERROR_INSTANCE_NO_PERMISSION("error.instance.noPermission", "%s - the user %s does not have permissions to access the instance in %s data tenant."),
ERROR_INSTANCE_NO_PERMISSION("error.instance.noPermission", "%s the user %s does not have permissions to view holdings or items in %s data tenant.");

private final String code;
Expand Down

0 comments on commit b4f74c2

Please sign in to comment.