Lehel44 commented on code in PR #5964:
URL: https://github.com/apache/nifi/pull/5964#discussion_r850541594


##########
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:
   Xml camel case typo in the method name.



-- 
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]

Reply via email to