Remove comment
This commit is contained in:
@ -42,7 +42,6 @@ public class SigningRequestDocumentController implements SigningRequestDocumentA
|
|||||||
JsonNode patchNode = objectMapper.valueToTree(patchOperations);
|
JsonNode patchNode = objectMapper.valueToTree(patchOperations);
|
||||||
JsonPatch jsonPatch = JsonPatch.fromJson(patchNode);
|
JsonPatch jsonPatch = JsonPatch.fromJson(patchNode);
|
||||||
|
|
||||||
// Convert the entity to JsonNode and apply the patch
|
|
||||||
JsonNode entityNode = objectMapper.convertValue(object, JsonNode.class);
|
JsonNode entityNode = objectMapper.convertValue(object, JsonNode.class);
|
||||||
JsonNode patchedNode = jsonPatch.apply(entityNode);
|
JsonNode patchedNode = jsonPatch.apply(entityNode);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user