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