britter opened a new pull request #73: Fix broken test
URL: https://github.com/apache/commons-io/pull/73
 
 
   The test started to fail after the changes made in b5990be. This is
   because after changing the type of writer from Appendable to NullWriter
   the wrong overload of copy would be used:
   
     copy(Reader, Writer) instead of copy(Reader, Appendable)
   
   This change just forces the right overload at the call site.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to