Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a map with file modified times instead of fixed system time #6

Merged
merged 1 commit into from
Oct 14, 2012

Conversation

CmdrDats
Copy link
Contributor

@CmdrDats CmdrDats commented Oct 9, 2012

Instead of comparing all file modification dates against a fixed time,
a map is kept to determine which have changed. Fixes #3.

Instead of comparing all file modification dates against a fixed time,
a map is kept to determine which have changed. Fixes weavejester#3.
weavejester added a commit that referenced this pull request Oct 14, 2012
Use a map with file modified times instead of fixed system time
@weavejester weavejester merged commit d9c341d into weavejester:master Oct 14, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Monitor against individual file timestamp changes instead of System/currentTimeMillis
2 participants