garydgregory commented on code in PR #391:
URL: https://github.com/apache/commons-io/pull/391#discussion_r989426682


##########
src/main/java/org/apache/commons/io/input/SequenceReader.java:
##########
@@ -33,19 +36,21 @@ public class SequenceReader extends Reader {
 
     private Reader reader;
     private Iterator<? extends Reader> readers;
+    private Iterable<? extends Reader> readersIterable;
 
     /**
-     * Constructs a new instance with readers
+     * Construct a new instance with readers

Review Comment:
   Don't change the style of the Javadoc please. In general, don't change the 
style of anything when a PR is supposed to fix a bug.
   



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