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:
Tuna Aksoy
2014-03-09 22:23:48 +00:00
parent cb22887740
commit b716d4c23c

View File

@@ -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));
} }