Marcono1234 commented on a change in pull request #291:
URL: https://github.com/apache/commons-io/pull/291#discussion_r779232136



##########
File path: src/main/java/org/apache/commons/io/input/ReaderInputStream.java
##########
@@ -129,6 +128,9 @@ public ReaderInputStream(final Reader reader) {
      * Constructs a new {@link ReaderInputStream} with a default input buffer 
size of {@value #DEFAULT_BUFFER_SIZE}
      * characters.
      *
+     * <p>The encoder created for the specified charset will use {@link 
CodingErrorAction#REPLACE} for malformed input
+     * and unmappable characters.
+     *

Review comment:
       Have also moved the `<p>` on a separate line to match the style used 
above for the class documentation.




-- 
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...@commons.apache.org

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


Reply via email to