CE-781 Feedback from code review

This commit is contained in:
2024-01-17 19:39:00 -06:00
parent 911978c74b
commit 84eaa09932

View File

@ -352,7 +352,6 @@ public class AbstractMongoDBAction
/////////////////////////
// do remaining values //
/////////////////////////
// for(Map.Entry<String, Serializable> entry : clone.getValues().entrySet())
for(Map.Entry<String, Serializable> entry : record.getValues().entrySet())
{
if(!processedFields.contains(entry.getKey()))