This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-io.git
commit 4901672998292f9c666e408e78af32143c038a7b Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sat Dec 12 10:27:59 2020 -0500 Javadoc. --- .../java/org/apache/commons/io/input/UnixLineEndingInputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java b/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java index ef2aecc..8fc1d11 100644 --- a/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java +++ b/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java @@ -21,7 +21,7 @@ import java.io.IOException; import java.io.InputStream; /** - * A filtering input stream that ensures the content will have unix-style line endings, LF. + * A filtering input stream that ensures the content will have UNIX-style line endings, LF. * * @since 2.5 */