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


##########
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:
##########
@@ -36,9 +36,11 @@ public class XmlRecordSource implements 
RecordSource<XmlNode> {
 
     private final XMLEventReader xmlEventReader;
     private final String contentFieldName;
+    private final boolean parseXMLAttributes;
 
-    public XmlRecordSource(final InputStream in, final String 
contentFieldName, final boolean ignoreWrapper) throws IOException {
+    public XmlRecordSource(final InputStream in, final String 
contentFieldName, final boolean ignoreWrapper, final boolean 
parseXMLAttributes) throws IOException {

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]

Reply via email to