belugabehr commented on a change in pull request #162:
URL: https://github.com/apache/commons-csv/pull/162#discussion_r668380832



##########
File path: src/main/java/org/apache/commons/csv/ExtendedBufferedReader.java
##########
@@ -132,10 +132,24 @@ int lookAhead() throws IOException {
      */
     char[] lookAhead(final int n) throws IOException {
         final char[] buf = new char[n];

Review comment:
       Actually, it's still used in `CSVFormat#printWithEscapes`.  I am happy 
to remove fully in another PR, but wanted to keep change as small as possible.




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