Skip to content

Commit c77c7e7

Browse files
author
Gary Gregory
committed
Better inline comment.
1 parent d7f98e8 commit c77c7e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/output/NullPrintStream.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class NullPrintStream extends PrintStream {
3838
* Constructs an instance.
3939
*/
4040
public NullPrintStream() {
41-
// Relies on the default charset which is OK since we are not writing.
41+
// Relies on the default charset which is OK since we are not actually writing.
4242
super(NullOutputStream.NULL_OUTPUT_STREAM);
4343
}
4444

0 commit comments

Comments
 (0)