pzygielo commented on a change in pull request #61:
URL: https://github.com/apache/maven-shared-utils/pull/61#discussion_r469920518



##########
File path: src/main/java/org/apache/maven/shared/utils/xml/Xpp3DomBuilder.java
##########
@@ -84,14 +84,14 @@ public static Xpp3Dom build( @WillClose InputStream is, 
@Nonnull String encoding
         }
         catch ( UnsupportedEncodingException e )
         {
-            throw new RuntimeException( e );
+            throw new XmlPullParserException( e );
         }
     }
 
     /**
      * @param reader {@link Reader}

Review comment:
       There is no such parameter `reader`, as in #58 it was renamed to `in`.




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


Reply via email to