Skip to content

Commit

Permalink
Fix Style
Browse files Browse the repository at this point in the history
  • Loading branch information
aroman-arvo committed May 8, 2023
1 parent 909003b commit 6b10fc3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -167,7 +167,7 @@ static public void sendResponse(Context context, RequestItem ri, String subject,
if (!bitstream.getFormat(context).isInternal() &&
requestItemService.isRestricted(context,
bitstream)) {
// #8636 Anyone receiving the email can respond to the
// #8636 Anyone receiving the email can respond to the
// request without authenticating into DSpace
context.turnOffAuthorisationSystem();

Check warning on line 172 in dspace-api/src/main/java/org/dspace/app/requestitem/RequestItemEmailNotifier.java

View check run for this annotation

Codecov / codecov/patch

dspace-api/src/main/java/org/dspace/app/requestitem/RequestItemEmailNotifier.java#L172

Added line #L172 was not covered by tests
email.addAttachment(bitstreamService.retrieve(context,
Expand Down

0 comments on commit 6b10fc3

Please sign in to comment.