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-io.git
The following commit(s) were added to refs/heads/master by this push: new 3a88ce3 Fix Javadoc in ThreadMonitor#run() method. #273. 3a88ce3 is described below commit 3a88ce3085a32dc09a23afb362860f1d2d3950f3 Author: Gary Gregory <gardgreg...@gmail.com> AuthorDate: Sun Sep 19 18:01:33 2021 -0400 Fix Javadoc in ThreadMonitor#run() method. #273. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6b87d8a..ffb8987 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -71,6 +71,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="fix" due-to="Gary Gregory"> ThreadMonitor.sleep(Duration) ignores nanoseconds. </action> + <action dev="ggregory" type="fix" due-to="Arturo Bernal"> + Fix Javadoc in ThreadMonitor#run() method. #273. + </action> <!-- ADD --> <action dev="ggregory" type="add" due-to="Gary Gregory"> Add BrokenReader.INSTANCE.