mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Adjust file formatting
This commit is contained in:
@@ -173,13 +173,14 @@ public class RecordsManagementAdminServiceImpl extends RecordsManagementAdminBas
|
|||||||
public void onApplicationEvent(ContextRefreshedEvent event)
|
public void onApplicationEvent(ContextRefreshedEvent event)
|
||||||
{
|
{
|
||||||
|
|
||||||
if(!isCustomMapInit && getDictionaryService().getAllModels().contains(RM_CUSTOM_MODEL)) {
|
if(!isCustomMapInit && getDictionaryService().getAllModels().contains(RM_CUSTOM_MODEL))
|
||||||
transactionService.getRetryingTransactionHelper().doInTransaction(new RetryingTransactionCallback<Void>() {
|
{
|
||||||
public Void execute() throws Throwable {
|
transactionService.getRetryingTransactionHelper().doInTransaction(new RetryingTransactionCallback<Void>()
|
||||||
|
{
|
||||||
|
public Void execute() throws Throwable
|
||||||
|
{
|
||||||
// initialise custom properties
|
// initialise custom properties
|
||||||
initCustomMap();
|
initCustomMap();
|
||||||
|
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user