We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 644e2ad commit b057365Copy full SHA for b057365
Directory.java
@@ -79,7 +79,7 @@ public Directory(String path) throws IOException {
79
if (!file.getFile().exists())
80
fileDeletions.add(file);
81
82
- if (!String.valueOf(file.getFile().lastModified()).equals(file.getLastModified())) {
+ else if (!String.valueOf(file.getFile().lastModified()).equals(file.getLastModified())) {
83
84
fileAditions.add(file);
85
}
0 commit comments