You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by GitBox <gi...@apache.org> on 2019/04/02 15:41:04 UTC

[GitHub] [commons-vfs] boris-petrov opened a new pull request #57: Simplify adding files to DefaultFileMonitor

boris-petrov opened a new pull request #57: Simplify adding files to DefaultFileMonitor
URL: https://github.com/apache/commons-vfs/pull/57
 
 
   The original code tried adding recursively the children twice - once in `doAddFile` and then again in `addFile` itself. This is now simplified.
   
   Also fix a test which should work only in recursive mode and add another one.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services