We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aab769 commit 13258ceCopy full SHA for 13258ce
1 file changed
src/main/java/org/apache/commons/io/input/Tailer.java
@@ -835,7 +835,7 @@ public Tailable getTailable() {
835
*
836
* @param reader The file to read
837
* @return The new position after the lines have been read
838
- * @throws java.io.IOException if an I/O error occurs.
+ * @throws IOException if an I/O error occurs.
839
*/
840
private long readLines(final RandomAccessResourceBridge reader) throws IOException {
841
try (ByteArrayOutputStream lineBuf = new ByteArrayOutputStream(64)) {
0 commit comments