mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Merge branch 'release/V3.2.0.x' into release/V3.2
This commit is contained in:
@@ -92,7 +92,6 @@ public class DispositionLifecycleJobExecuterUnitTest extends BaseUnitTest
|
||||
{
|
||||
super.before();
|
||||
|
||||
// Because of the fix implemented in MNT-22310, a new setup for retrying transaction helper is required.
|
||||
Answer<Object> doInTransactionAnswer = invocation -> {
|
||||
RetryingTransactionCallback callback = (RetryingTransactionCallback)invocation.getArguments()[0];
|
||||
return callback.execute();
|
||||
|
Reference in New Issue
Block a user