ppkarwasz commented on code in PR #784:
URL: https://github.com/apache/commons-io/pull/784#discussion_r2366838014
##########
src/main/java/org/apache/commons/io/build/AbstractOrigin.java:
##########
@@ -227,7 +476,7 @@ public CharSequence getCharSequence(final Charset charset) {
@Override
public InputStream getInputStream(final OpenOption... options) throws
IOException {
// TODO Pass in a Charset? Consider if call sites actually need
this.
- return
CharSequenceInputStream.builder().setCharSequence(getCharSequence(Charset.defaultCharset())).get();
+ return
CharSequenceInputStream.builder().setCharSequence(getCharSequence(null)).get();
Review Comment:
Sorry, fixed in
https://github.com/apache/commons-io/pull/784/commits/24fff74dc1645e7b566fb167befe1ad167c1ba62
--
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]