Skip to content

Commit b325618

Browse files
author
Gary Gregory
committed
Javadoc nits.
1 parent f70a18f commit b325618

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/main/java/org/apache/commons/io/ThreadMonitor.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class ThreadMonitor implements Runnable {
4545
private final Duration timeout;
4646

4747
/**
48-
* Start monitoring the current thread.
48+
* Starts monitoring the current thread.
4949
*
5050
* @param timeout The timeout amount. or no timeout if the value is zero or less.
5151
* @return The monitor thread or {@code null} if the timeout amount is not greater than zero.
@@ -55,7 +55,7 @@ static Thread start(final Duration timeout) {
5555
}
5656

5757
/**
58-
* Start monitoring the specified thread.
58+
* Starts monitoring the specified thread.
5959
*
6060
* @param thread The thread The thread to monitor
6161
* @param timeout The timeout amount. or no timeout if the value is zero or less.
@@ -72,7 +72,7 @@ static Thread start(final Thread thread, final Duration timeout) {
7272
}
7373

7474
/**
75-
* Stop monitoring the specified thread.
75+
* Stops monitoring the specified thread.
7676
*
7777
* @param thread The monitor thread, may be {@code null}.
7878
*/
@@ -94,7 +94,7 @@ private ThreadMonitor(final Thread thread, final Duration timeout) {
9494
}
9595

9696
/**
97-
* Sleep until the specified timeout amount and then interrupt the thread being monitored.
97+
* Sleeps until the specified timeout amount and then interrupt the thread being monitored.
9898
*
9999
* @see Runnable#run()
100100
*/

0 commit comments

Comments
 (0)