removed useless code to break loop on executor submission

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/vo-management/usermanagement-core@151349 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Costantino Perciante 2017-07-26 15:24:17 +00:00
parent dff663b2cf
commit f7a5d09325
1 changed files with 0 additions and 8 deletions

View File

@ -419,10 +419,6 @@ public class LiferayWSUserManager implements UserManager{
}
}
});
// stop when ...
if((start + offset) >= array.size())
break;
}
// wait threads to finish
@ -597,10 +593,6 @@ public class LiferayWSUserManager implements UserManager{
}
}
});
// stop when ...
if((start + offset) >= usersInGroup.size())
break;
}
// wait threads to finish