Skip to content

Commit 2caf0f9

Browse files
author
Niall Pemberton
committed
javadoc corrections
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/io/trunk@1080846 13f79535-47bb-0310-9956-ffa450edef68
1 parent 1efc3cf commit 2caf0f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/io/monitor/FileAlterationMonitor.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ public synchronized void stop() throws Exception {
154154
* Stop monitoring.
155155
*
156156
* @param stopInterval the amount of time in milliseconds to wait for the thread to finish.
157-
* A value of zero will wait until the thread to finished (see {@link Thread#join(long)})
158-
* and a nagative value will stop the process immediately).
157+
* A value of zero will wait until the thread is finished (see {@link Thread#join(long)})
158+
* and a negative value will stop the process immediately).
159159
* @throws Exception if an error occurs initializing the observer
160160
* @since Commons IO 2.1
161161
*/

0 commit comments

Comments
 (0)