mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 19:43:10 +00:00
Remove extra context.aborts in various rest helpers
This commit is contained in:
@@ -850,10 +850,6 @@ public class BitstreamResource extends Resource
|
||||
{
|
||||
processException("Something get wrong while finding bitstream. SQLException, Message:" + e, context);
|
||||
}
|
||||
finally
|
||||
{
|
||||
context.abort();
|
||||
}
|
||||
return bitstream;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user