Skip to content

Commit

Permalink
make createNode public
Browse files Browse the repository at this point in the history
  • Loading branch information
FP17639 committed Oct 31, 2023
1 parent 7ce2110 commit f31911c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ private static void buildMapChildNodesFromScenario2(SpecificRecordBase record, D
* @param namespaces map containing all namespaces (K : prefix ; V : URI)
* @return the node created
*/
private static Node createNode(String xpath, List<Node> nodeList, Document
public static Node createNode(String xpath, List<Node> nodeList, Document
document, Map<String, String> namespaces) {
Node resultNode = null;
Node parentNode = null;
Expand Down

0 comments on commit f31911c

Please sign in to comment.