added supress warning for ImporterActionExecutorTest

This commit is contained in:
Satyam Sah
2025-04-08 17:58:05 +05:30
parent 920d34b289
commit dbf149779d

View File

@@ -62,6 +62,7 @@ import org.alfresco.util.test.junitrules.ApplicationContextInit;
* *
* @author abalmus * @author abalmus
*/ */
@SuppressWarnings("PMD.UnitTestShouldIncludeAssert")
public class ImporterActionExecuterTest public class ImporterActionExecuterTest
{ {
// Rule to initialise the default Alfresco spring configuration // Rule to initialise the default Alfresco spring configuration
@@ -307,6 +308,7 @@ public class ImporterActionExecuterTest
retryingTransactionHelper.doInTransaction(new RetryingTransactionCallback<Void>() { retryingTransactionHelper.doInTransaction(new RetryingTransactionCallback<Void>() {
@Override @Override
public Void execute() throws Throwable public Void execute() throws Throwable
{ {
NodeRef rootNodeRef = nodeService.getRootNode(storeRef); NodeRef rootNodeRef = nodeService.getRootNode(storeRef);