mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
MNT 16971 Unable to set an read only alfresco rm
- remove commented code
This commit is contained in:
@@ -195,19 +195,7 @@ public class RecordsManagementAdminServiceImpl extends RecordsManagementAdminBas
|
||||
return null;
|
||||
}
|
||||
}, AuthenticationUtil.getSystemUserName());
|
||||
|
||||
|
||||
|
||||
// transactionService.getRetryingTransactionHelper().doInTransaction(new RetryingTransactionCallback<Void>()
|
||||
// {
|
||||
// public Void execute() throws Throwable
|
||||
// {
|
||||
// // initialise custom properties
|
||||
// initCustomMap();
|
||||
//
|
||||
// return null;
|
||||
// }
|
||||
// });
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user