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


##########
maven-model-builder/src/main/java/org/apache/maven/model/io/DefaultModelReader.java:
##########
@@ -147,4 +175,18 @@ private Model read(Reader reader, Path pomFile, 
Map<String, ?> options) throws I
             throw new IOException("Unable to transform pom", e);
         }
     }
+
+    private static class StaxPathInputSource extends Stax2FileSource {

Review Comment:
   I removed that class as it was not really needed.



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