ppkarwasz commented on code in PR #785:
URL: https://github.com/apache/commons-io/pull/785#discussion_r2367848390


##########
src/main/java/org/apache/commons/io/IOUtils.java:
##########
@@ -1645,7 +1645,7 @@ public static long copyLarge(final Reader reader, final 
Writer writer, final lon
      * @param bufferSize The buffer size of the output stream; must be {@code 
> 0}.
      * @return a ByteArrayOutputStream containing the read bytes.
      */
-    private static UnsynchronizedByteArrayOutputStream copyToOutputStream(
+    static UnsynchronizedByteArrayOutputStream copyToOutputStream(

Review Comment:
   As far as I understand Mockito only allows to mock package private methods.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to