mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-31 17:39:05 +00:00
Fixed major issues reported by sonar (Useless Overriding Method)
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/HEAD@63811 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -27,25 +27,18 @@ import org.alfresco.service.namespace.QName;
|
||||
|
||||
/**
|
||||
* Update capability implementation.
|
||||
*
|
||||
*
|
||||
* @author andyh
|
||||
*/
|
||||
public class UpdateCapability extends DeclarativeCompositeCapability
|
||||
{
|
||||
@Override
|
||||
public int evaluate(NodeRef nodeRef)
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
return super.evaluate(nodeRef);
|
||||
}
|
||||
|
||||
/**
|
||||
* Evaluate capability
|
||||
*
|
||||
*
|
||||
* @param nodeRef node reference
|
||||
* @param aspectQName aspect qname
|
||||
* @param properties property values
|
||||
* @return
|
||||
* @return
|
||||
*/
|
||||
public int evaluate(NodeRef nodeRef, QName aspectQName, Map<QName, Serializable> properties)
|
||||
{
|
||||
|
Reference in New Issue
Block a user