Author: niallp
Date: Sat Mar 12 01:59:26 2011
New Revision: 1080846

URL: http://svn.apache.org/viewvc?rev=1080846&view=rev
Log:
javadoc corrections

Modified:
    
commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileAlterationMonitor.java

Modified: 
commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileAlterationMonitor.java
URL: 
http://svn.apache.org/viewvc/commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileAlterationMonitor.java?rev=1080846&r1=1080845&r2=1080846&view=diff
==============================================================================
--- 
commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileAlterationMonitor.java
 (original)
+++ 
commons/proper/io/trunk/src/main/java/org/apache/commons/io/monitor/FileAlterationMonitor.java
 Sat Mar 12 01:59:26 2011
@@ -154,8 +154,8 @@ public final class FileAlterationMonitor
      * Stop monitoring.
      *
      * @param stopInterval the amount of time in milliseconds to wait for the 
thread to finish.
-     * A value of zero will wait until the thread to finished (see {@link 
Thread#join(long)})
-     * and a nagative value will stop the process immediately).
+     * A value of zero will wait until the thread is finished (see {@link 
Thread#join(long)})
+     * and a negative value will stop the process immediately).
      * @throws Exception if an error occurs initializing the observer
      * @since Commons IO 2.1
      */


Reply via email to