mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
RM-7054 code review changes
This commit is contained in:
@@ -797,7 +797,7 @@ public class HoldServiceImpl extends ServiceBaseImpl
|
|||||||
|
|
||||||
if (!holds.isEmpty())
|
if (!holds.isEmpty())
|
||||||
{
|
{
|
||||||
List<NodeRef> removedHolds = new ArrayList<NodeRef>();
|
List<NodeRef> removedHolds = new ArrayList<>();
|
||||||
for (final NodeRef hold : holds)
|
for (final NodeRef hold : holds)
|
||||||
{
|
{
|
||||||
if (!isHold(hold))
|
if (!isHold(hold))
|
||||||
|
Reference in New Issue
Block a user