RM-2130 (Check classification after method execution, filtering results where appropriate)

+review RM-94

git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/modules/recordsmanagement/DEV/ENFORCE@106772 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
Tuna Aksoy
2015-06-22 21:52:08 +00:00
parent 24cc5ca519
commit acccd7ca3a
2 changed files with 0 additions and 18 deletions

View File

@@ -37,13 +37,4 @@ public class ListPostMethodInvocationProcessor extends CollectionPostMethodInvoc
{ {
return List.class; return List.class;
} }
/**
* @see org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.BasePostMethodInvocationProcessor#process(java.lang.Object)
*/
@Override
public <T> T process(T object)
{
return super.process(object);
}
} }

View File

@@ -37,13 +37,4 @@ public class SetPostMethodInvocationProcessor extends CollectionPostMethodInvoca
{ {
return Set.class; return Set.class;
} }
/**
* @see org.alfresco.module.org_alfresco_module_rm.classification.interceptor.processor.BasePostMethodInvocationProcessor#process(java.lang.Object)
*/
@Override
public <T> T process(T object)
{
return super.process(object);
}
} }