From dd0d03289559646d28ae43ce342cd5a13b762d0c Mon Sep 17 00:00:00 2001 From: Ross Gale Date: Fri, 18 Oct 2019 14:26:48 +0100 Subject: [PATCH] RM-7014 code review comments --- .../org_alfresco_module_rm/patch/rm-patch-v23-context.xml | 1 + .../org_alfresco_module_rm/patch/rm-patch-v32-context.xml | 4 ++-- .../patch/v32/RMv32HoldChildAssocPatch.java | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v23-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v23-context.xml index ae012dd822..64c135e23e 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v23-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v23-context.xml @@ -40,6 +40,7 @@ class="org.alfresco.module.org_alfresco_module_rm.patch.v23.RMv23SavedSearchesPatch"> + diff --git a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v32-context.xml b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v32-context.xml index bd0e710238..da6c2ef023 100644 --- a/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v32-context.xml +++ b/rm-community/rm-community-repo/config/alfresco/module/org_alfresco_module_rm/patch/rm-patch-v32-context.xml @@ -10,8 +10,8 @@ - - + + diff --git a/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/patch/v32/RMv32HoldChildAssocPatch.java b/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/patch/v32/RMv32HoldChildAssocPatch.java index 3d1afaa1c1..59a1ce2498 100644 --- a/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/patch/v32/RMv32HoldChildAssocPatch.java +++ b/rm-community/rm-community-repo/source/java/org/alfresco/module/org_alfresco_module_rm/patch/v32/RMv32HoldChildAssocPatch.java @@ -104,6 +104,7 @@ public class RMv32HoldChildAssocPatch extends AbstractModulePatch this.nodeService = nodeService; } + @SuppressWarnings ("depricated") @Override public void applyInternal() {