Skip to content

Commit bd0ff53

Browse files
author
Gary Gregory
committed
Javadoc: End sentences in a period.
1 parent e8a9831 commit bd0ff53

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ static Thread start(final Thread thread, final Duration timeout) {
7575
/**
7676
* Stop monitoring the specified thread.
7777
*
78-
* @param thread The monitor thread, may be {@code null}
78+
* @param thread The monitor thread, may be {@code null}.
7979
*/
8080
static void stop(final Thread thread) {
8181
if (thread != null) {
@@ -116,7 +116,7 @@ public void run() {
116116
* Read {@link Thread#sleep(long, int)}} for further interesting details.
117117
*
118118
* @param duration the sleep duration.
119-
* @throws InterruptedException if interrupted
119+
* @throws InterruptedException if interrupted.
120120
*/
121121
private static void sleep(final Duration duration) throws InterruptedException {
122122
final Instant finishInstant = Instant.now().plus(duration);

0 commit comments

Comments
 (0)