From 0a1812ef4f4849eb069d20a6622f694eea820ecc Mon Sep 17 00:00:00 2001 From: Mihai Cozma Date: Mon, 19 Dec 2016 16:01:52 +0200 Subject: [PATCH] MNT 16971 Unable to set an read only alfresco rm - remove commented code --- .../admin/RecordsManagementAdminServiceImpl.java | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) 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; -// } -// }); + } /**