Merge pull request #1415 from Alfresco/fix/MNT-22310_cleanup_code_comment

[skip tests] remove unecessary comment from DispositionLifecycleJobEx…
This commit is contained in:
Alexandru-Eusebiu Epure
2021-04-16 10:26:39 +03:00
committed by GitHub

View File

@@ -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();