Fix copy/paste error - BeforeAddAspectPolicy had the wrong QName

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@19464 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Nick Burch
2010-03-22 15:17:45 +00:00
parent f83eb0d509
commit 7557b558be

View File

@@ -172,7 +172,7 @@ public interface NodeServicePolicies
public interface BeforeAddAspectPolicy extends ClassPolicy public interface BeforeAddAspectPolicy extends ClassPolicy
{ {
public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "onDeleteNode"); public static final QName QNAME = QName.createQName(NamespaceService.ALFRESCO_URI, "beforeAddAspect");
/** /**
* Called before an <b>aspect</b> is added to a node * Called before an <b>aspect</b> is added to a node
* *