Skip to content

Commit 13258ce

Browse files
committed
Javadoc: Don't use FQCN in throws clause.
1 parent 4aab769 commit 13258ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/io/input/Tailer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ public Tailable getTailable() {
835835
*
836836
* @param reader The file to read
837837
* @return The new position after the lines have been read
838-
* @throws java.io.IOException if an I/O error occurs.
838+
* @throws IOException if an I/O error occurs.
839839
*/
840840
private long readLines(final RandomAccessResourceBridge reader) throws IOException {
841841
try (ByteArrayOutputStream lineBuf = new ByteArrayOutputStream(64)) {

0 commit comments

Comments
 (0)