aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java
diff options
context:
space:
mode:
authorGary Gregory <gardgregory@gmail.com>2020-12-12 10:18:47 -0500
committerGary Gregory <gardgregory@gmail.com>2020-12-12 10:18:47 -0500
commit11c1f950a0243c7673a2fbc0d142f0627ef19010 (patch)
tree1e5f7492a7b1b24a9652aacd8cf44d7d83265417 /src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java
parentfe6e6e9872eb8dd75f8b84cf48d0674f8748e02b (diff)
downloadapache-commons-io-11c1f950a0243c7673a2fbc0d142f0627ef19010.tar.gz
Javadoc.
Diffstat (limited to 'src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java')
-rw-r--r--src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java4
1 files changed, 2 insertions, 2 deletions
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 dc43e30d..ef2aecc4 100644
--- a/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java
+++ b/src/main/java/org/apache/commons/io/input/UnixLineEndingInputStream.java
@@ -38,7 +38,7 @@ public class UnixLineEndingInputStream extends InputStream {
private final boolean ensureLineFeedAtEndOfFile;
/**
- * Create an input stream that filters another stream
+ * Creates an input stream that filters another stream
*
* @param in The input stream to wrap
* @param ensureLineFeedAtEndOfFile true to ensure that the file ends with LF
@@ -89,7 +89,7 @@ public class UnixLineEndingInputStream extends InputStream {
}
/**
- * Handles the eof-handling at the end of the stream
+ * Handles the EOF-handling at the end of the stream
* @param previousWasSlashR Indicates if the last seen was a \r
* @return The next char to output to the stream
*/