mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
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:
@@ -172,7 +172,7 @@ public interface NodeServicePolicies
|
||||
|
||||
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
|
||||
*
|
||||
|
Reference in New Issue
Block a user