mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
format fix
This commit is contained in:
@@ -306,7 +306,8 @@ 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);
|
||||||
|
|
||||||
// create test data
|
// create test data
|
||||||
|
Reference in New Issue
Block a user