pzygielo commented on a change in pull request #58: URL: https://github.com/apache/maven-shared-utils/pull/58#discussion_r469746624
########## File path: src/main/java/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.java ########## @@ -95,10 +94,10 @@ public static Xpp3Dom build( @WillClose InputStream is, @Nonnull String encoding * @return the built dom * @throws XmlPullParserException in case of an error */ - public static Xpp3Dom build( @WillClose Reader reader, boolean trim ) + public static Xpp3Dom build( @WillClose Reader in, boolean trim ) Review comment: @param not updated ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org