You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/08/13 15:11:41 UTC

svn commit: r1513471 - /commons/proper/vfs/trunk/src/changes/changes.xml

Author: ggregory
Date: Tue Aug 13 13:11:41 2013
New Revision: 1513471

URL: http://svn.apache.org/r1513471
Log:
[VFS-486] DefaultFileMonitor sleeps for twice the specified delay when checkPerRun > 0.

Modified:
    commons/proper/vfs/trunk/src/changes/changes.xml

Modified: commons/proper/vfs/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/vfs/trunk/src/changes/changes.xml?rev=1513471&r1=1513470&r2=1513471&view=diff
==============================================================================
--- commons/proper/vfs/trunk/src/changes/changes.xml (original)
+++ commons/proper/vfs/trunk/src/changes/changes.xml Tue Aug 13 13:11:41 2013
@@ -26,6 +26,9 @@
 <!--       <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->
 <!--     	[Local] Need an easy way to convert from a FileObject to a File. -->
 <!--       </action> -->
+      <action issue="VFS-486" dev="ggregory" type="fix" due-to="Sam Haldane">
+        DefaultFileMonitor sleeps for twice the specified delay when checkPerRun > 0.
+      </action>
       <action issue="VFS-484" dev="ggregory" type="update">
         [SFTP] Update Jsch to 0.1.50 from 0.1.49.
       </action>