mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Merge pull request #1415 from Alfresco/fix/MNT-22310_cleanup_code_comment
[skip tests] remove unecessary comment from DispositionLifecycleJobEx…
This commit is contained in:
@@ -92,7 +92,6 @@ public class DispositionLifecycleJobExecuterUnitTest extends BaseUnitTest
|
|||||||
{
|
{
|
||||||
super.before();
|
super.before();
|
||||||
|
|
||||||
// Because of the fix implemented in MNT-22310, a new setup for retrying transaction helper is required.
|
|
||||||
Answer<Object> doInTransactionAnswer = invocation -> {
|
Answer<Object> doInTransactionAnswer = invocation -> {
|
||||||
RetryingTransactionCallback callback = (RetryingTransactionCallback)invocation.getArguments()[0];
|
RetryingTransactionCallback callback = (RetryingTransactionCallback)invocation.getArguments()[0];
|
||||||
return callback.execute();
|
return callback.execute();
|
||||||
|
Reference in New Issue
Block a user