Skip to content

Commit

Permalink
Rebased
Browse files Browse the repository at this point in the history
Some more code refactoring

Signed-off-by: Gaël L'hopital <[email protected]>
Signed-off-by: [email protected] <[email protected]>
  • Loading branch information
clinique committed Jan 2, 2025
1 parent 828e372 commit 4b32f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public void read() {

private void pushDatas() {
getRoot().ifPresent(root -> {
PortDefinition.AS_STREAM.forEach(portDefinition -> {
PortDefinition.AS_SET.forEach(portDefinition -> {
List<Node> xmlNodes = getMatchingNodes(root.getChildNodes(), portDefinition.nodeName);
xmlNodes.forEach(xmlNode -> {
String sPortNum = xmlNode.getNodeName().replace(portDefinition.nodeName, "");
Expand Down

0 comments on commit 4b32f8e

Please sign in to comment.