mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-08-07 17:49:17 +00:00
Fixed major issues reported by sonar (Parameter Name)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63810 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -61,7 +61,7 @@ public class GhostedAspect extends BaseBehaviourBean
|
|||||||
// name (only needs to specified if associated behvaiour object needs to be accessed)
|
// name (only needs to specified if associated behvaiour object needs to be accessed)
|
||||||
// assocType (defaults to cm:contains, used with BehaviourKind.ASSOC)
|
// assocType (defaults to cm:contains, used with BehaviourKind.ASSOC)
|
||||||
)
|
)
|
||||||
public void onContentUpdate(NodeRef Content, boolean bNew)
|
public void onContentUpdate(NodeRef content, boolean bNew)
|
||||||
{
|
{
|
||||||
throw new AlfrescoRuntimeException(I18NUtil.getMessage(MSG_GHOSTED_PROP_UPDATE));
|
throw new AlfrescoRuntimeException(I18NUtil.getMessage(MSG_GHOSTED_PROP_UPDATE));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user