garydgregory commented on a change in pull request #89: Added TeeReader.
URL: https://github.com/apache/commons-io/pull/89#discussion_r311122354
##########
File path: src/test/java/org/apache/commons/io/input/TeeReaderTest.java
##########
@@ -30,6 +34,54 @@
*/
public class TeeReaderTest {
+ // Cannot use StringReader or CharSequenceReader as super class because
these removed the throws clause from close()
Review comment:
@robtimus
Same kind of comment as above, maybe classes these can be made as "Reader"
versions of the "OutputStream" classes mentioned above for reuse.
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services