imario      2004/10/12 06:16:51

  Modified:    vfs/src/java/org/apache/commons/vfs/impl
                        DefaultFileMonitor.java
  Log:
  javadoc fixes
  
  Revision  Changes    Path
  1.3       +4 -4      
jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl/DefaultFileMonitor.java
  
  Index: DefaultFileMonitor.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-commons-sandbox/vfs/src/java/org/apache/commons/vfs/impl/DefaultFileMonitor.java,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultFileMonitor.java   12 Oct 2004 13:16:23 -0000      1.2
  +++ DefaultFileMonitor.java   12 Oct 2004 13:16:51 -0000      1.3
  @@ -42,9 +42,9 @@
    * To do this check, the cache is cleared.
    * </p>
    * <ul>
  - * <li>If the file existed before the refresh and it no longer exists, a delete 
event is fired.
  - * <li>If the file existed before the refresh and it still exists, check the last 
modified timestamp to see if that has changed.
  - * <li>If it has, fire a change event.
  + * <li>If the file existed before the refresh and it no longer exists, a delete 
event is fired.</li>
  + * <li>If the file existed before the refresh and it still exists, check the last 
modified timestamp to see if that has changed.</li>
  + * <li>If it has, fire a change event.</li>
    * </ul>
    * <p/>
    * With each file delete, the FileMonitorAgent of the parent is asked to re-build 
its
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to