Skip to content

Commit

Permalink
Delete redundant setValue call
Browse files Browse the repository at this point in the history
  • Loading branch information
salander85 committed Nov 29, 2023
1 parent 9c32a48 commit 7d42270
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ public static JsonNode cleanupAttributeValue(
entryIterator.remove();
}
}
attribute.setValue(attributeValueAsJson);
return attributeValueAsJson;
}

Expand Down

0 comments on commit 7d42270

Please sign in to comment.