diff --git a/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/admin/RecordsManagementAdminServiceImpl.java b/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/admin/RecordsManagementAdminServiceImpl.java index 9d11902b3f..352efa169d 100644 --- a/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/admin/RecordsManagementAdminServiceImpl.java +++ b/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/admin/RecordsManagementAdminServiceImpl.java @@ -195,19 +195,7 @@ public class RecordsManagementAdminServiceImpl extends RecordsManagementAdminBas return null; } }, AuthenticationUtil.getSystemUserName()); - - - -// transactionService.getRetryingTransactionHelper().doInTransaction(new RetryingTransactionCallback() -// { -// public Void execute() throws Throwable -// { -// // initialise custom properties -// initCustomMap(); -// -// return null; -// } -// }); + } /**