mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
Fix style
This commit is contained in:
@@ -167,7 +167,8 @@ public class RequestItemEmailNotifier {
|
||||
if (!bitstream.getFormat(context).isInternal() &&
|
||||
requestItemService.isRestricted(context,
|
||||
bitstream)) {
|
||||
// #8636 Anyone receiving the email can respond to the request without authenticating into DSpace
|
||||
// #8636 Anyone receiving the email can respond to the
|
||||
// request without authenticating into DSpace
|
||||
context.turnOffAuthorisationSystem();
|
||||
email.addAttachment(bitstreamService.retrieve(context,
|
||||
bitstream), bitstream.getName(),
|
||||
|
Reference in New Issue
Block a user