Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Commit

Permalink
re-add mistakenly removed offerPath when handling change detection.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapaJoltOmega committed Jan 21, 2014
1 parent 6b3b8f4 commit 560eba1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ private void handleChanges(FILE_NOTIFY_INFORMATION info)
switch (info.Action) {
case Kernel32.FILE_ACTION_MODIFIED:
log.log(Level.FINEST, "Modified: {0}", changePath);
offerPath(changePath);
break;
case Kernel32.FILE_ACTION_ADDED:
case Kernel32.FILE_ACTION_RENAMED_NEW_NAME:
Expand Down

0 comments on commit 560eba1

Please sign in to comment.