+ do not list modif to dir.

pull/1/head
Ivan Olexyn 5 years ago
parent 5734555519
commit 16ce5914cb

@ -135,6 +135,8 @@ public class SyncDirectory {
String freshFileKey = freshFileEntry.getKey();
SyncFile freshFile = freshFileEntry.getValue();
if(freshFile.isDirectory()){ continue;} // no need to modify Directories, the Filesystem will do that, if a File changed.
// If KEY exists in OLD , thus FILE was NOT created.
if (stateFileMap.containsKey(freshFileKey)) {

Loading…
Cancel
Save