gnodet commented on code in PR #1318:
URL: https://github.com/apache/maven/pull/1318#discussion_r1400146599


##########
maven-xml-impl/src/main/java/org/apache/maven/internal/xml/XmlNodeBuilder.java:
##########
@@ -176,6 +176,8 @@ public static XmlNodeImpl build(XMLStreamReader parser, 
InputLocationBuilderStax
     public static XmlNodeImpl build(XMLStreamReader parser, boolean trim, 
InputLocationBuilderStax locationBuilder)
             throws XMLStreamException {
         boolean spacePreserve = false;
+        String pfx = null;
+        String nsUri = null;

Review Comment:
   Renamed variables.



-- 
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: issues-unsubscr...@maven.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to