Skip to content

Fix outdated comments about FileReader#13

Closed
marcprux wants to merge 1 commit into
apache:masterfrom
marcprux:patch-1
Closed

Fix outdated comments about FileReader#13
marcprux wants to merge 1 commit into
apache:masterfrom
marcprux:patch-1

Conversation

@marcprux

Copy link
Copy Markdown
Member

The comments mention that the constructor that takes a File or Path internally creates a FileReader with the JVM's default CharSet. This is not the case: it instead creates an InputStreamReader with the specified charset. I've removed the incorrect comments.

The comments mention that the constructor that takes a File or Path internally creates a FileReader with the JVM's default CharSet. This is not the case: it instead creates an InputStreamReader with the specified charset. I've removed the incorrect comments.
asfgit pushed a commit that referenced this pull request Aug 23, 2016
asfgit pushed a commit that referenced this pull request Aug 23, 2016
@garydgregory

Copy link
Copy Markdown
Member

The patch did not apply cleanly to our Git master. I made the changes nonetheless. Please verify and close.

@marcprux

Copy link
Copy Markdown
Member Author

LGTM!

@marcprux marcprux closed this Aug 23, 2016
asfgit pushed a commit that referenced this pull request Aug 23, 2016
DarrenJAN added a commit to DarrenJAN/commons-csv that referenced this pull request Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants