mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-10-15 15:02:20 +00:00
Formatting during investigation
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/DEV/5.2.N/root@130612 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -356,8 +356,9 @@ public class AuditMethodInterceptor implements MethodInterceptor
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if(value instanceof List)
|
if (value instanceof List)
|
||||||
{
|
{
|
||||||
|
@SuppressWarnings("rawtypes")
|
||||||
List valueList = (List) value;
|
List valueList = (List) value;
|
||||||
List<Serializable> recordableList = new ArrayList<Serializable>();
|
List<Serializable> recordableList = new ArrayList<Serializable>();
|
||||||
for (Object valueListItem : valueList)
|
for (Object valueListItem : valueList)
|
||||||
|
Reference in New Issue
Block a user