From 13e34899efe929d17b15dce97d8ec4ae7cdab13e Mon Sep 17 00:00:00 2001 From: Alan Davis Date: Wed, 12 Feb 2014 09:39:34 +0000 Subject: [PATCH] Merged HEAD-BUG-FIX (4.3/Cloud) to HEAD (4.3/Cloud) 59909: Merged V4.2-BUG-FIX (4.2.2) to HEAD-BUG-FIX (Cloud/4.3) 59854: Merged DEV to V4.2-BUG-FIX (4.2.2) 59847: MNT-10208 : Misleading comment on OnUpdateNodePolicy.onUpdateNode() Changed JavaDoc for OnUpdateNodePolicy.onUpdateNode() method. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@62229 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261 --- source/java/org/alfresco/repo/node/NodeServicePolicies.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/java/org/alfresco/repo/node/NodeServicePolicies.java b/source/java/org/alfresco/repo/node/NodeServicePolicies.java index fbed155d04..05da2cc786 100644 --- a/source/java/org/alfresco/repo/node/NodeServicePolicies.java +++ b/source/java/org/alfresco/repo/node/NodeServicePolicies.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2012 Alfresco Software Limited. + * Copyright (C) 2005-2014 Alfresco Software Limited. * * This file is part of Alfresco * @@ -141,8 +141,8 @@ public interface NodeServicePolicies { public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onUpdateNode"); /** - * Called after a new node has been created. This includes the modification of properties, child and target - * associations and the addition of aspects. + * Called after a new node has been created. This includes the modification of properties and + * the addition of aspects. * * @param nodeRef reference to the updated node */