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:
Derek Hulley
2016-09-13 16:04:19 +00:00
parent 735fee253a
commit 6b270998e9

View File

@@ -358,6 +358,7 @@ public class AuditMethodInterceptor implements MethodInterceptor
{ {
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)