Skip to content

Commit 6fde092

Browse files
committed
Javadoc
1 parent bfb06f8 commit 6fde092

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public void close() throws IOException {
106106
/**
107107
* Gets the Throwable to throw. Package-private for testing.
108108
*
109-
* @return the Throwable to throw.
109+
* @return the Throwable to throw.
110110
*/
111111
Throwable getThrowable() {
112112
return exceptionSupplier.get();

0 commit comments

Comments
 (0)