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-exec.git
The following commit(s) were added to refs/heads/master by this push: new ac9f449 Javadoc and don't use FQCN in throws clause. ac9f449 is described below commit ac9f449b792169ff51b42f9825287c1c7be5bceb Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Sat May 21 15:02:47 2022 -0400 Javadoc and don't use FQCN in throws clause. --- src/main/java/org/apache/commons/exec/LogOutputStream.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/exec/LogOutputStream.java b/src/main/java/org/apache/commons/exec/LogOutputStream.java index ea30e45..b056f60 100644 --- a/src/main/java/org/apache/commons/exec/LogOutputStream.java +++ b/src/main/java/org/apache/commons/exec/LogOutputStream.java @@ -148,7 +148,7 @@ public abstract class LogOutputStream * @param b the array containing the data * @param off the offset into the array where data starts * @param len the length of block - * @throws java.io.IOException if the data cannot be written into the stream. + * @throws IOException if the data cannot be written into the stream. * @see java.io.OutputStream#write(byte[], int, int) */ @Override