pgyori commented on code in PR #5964:
URL: https://github.com/apache/nifi/pull/5964#discussion_r856356638
##########
nifi-nar-bundles/nifi-standard-services/nifi-record-serialization-services-bundle/nifi-record-serialization-services/src/main/java/org/apache/nifi/xml/inference/XmlRecordSource.java:
##########
@@ -146,4 +145,13 @@ private StartElement readStartElement() throws
XMLStreamException {
return null;
}
+
+ private void addXMLAttributesToChildNodes(StartElement startElement,
Map<String, XmlNode> childNodes) {
Review Comment:
Fixing in my next commit. Thank you!
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]