Skip to content

Commit

Permalink
Merge branch 'develop' into feature/QPPSE-933_Update-measures-data
Browse files Browse the repository at this point in the history
  • Loading branch information
saquino0827 authored Oct 16, 2023
2 parents 4933840 + b0c26f9 commit 3acb29f
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,11 +155,6 @@ private void setCehrtOnNode(Element element, Node thisNode) {
setOnNode(element, getXpath(CEHRT), consumer, Filters.attribute(), false);
}

private void setMvpIdOnNode(Element element, Node thisNode) {
Consumer<? super Attribute> consumer = p -> thisNode.putValue(MVP_ID, p.getValue());
setOnNode(element, getXpath(MVP_ID), consumer, Filters.attribute(), true);
}

/**
* Sets a specific value as an element on the Node class decoder
* @param element current xml element to find the value via xpath
Expand Down

0 comments on commit 3acb29f

Please sign in to comment.