Skip to content
This repository has been archived by the owner on May 7, 2020. It is now read-only.

AutomationWatchService uses relative path. #2561

Conversation

svilenvul
Copy link
Contributor

@svilenvul svilenvul commented Nov 29, 2016

See #2557 (comment)

Adapting the code of AutomationWatchService to use relative path.
This change was necessary after #2432 was merged.

Signed-off-by: Svilen Valkanov svilen.valkanov@musala.com

protected AbstractWatchQueueReader buildWatchQueueReader(WatchService watchService, Path toWatch) {
return new WatchQueueReader(watchService, toWatch, provider);
protected AbstractWatchQueueReader buildWatchQueueReader(WatchService watchService, Path toWatch,
Map<WatchKey, Path> registredWatchKeys) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: registeredWatchKeys

WatchQueueReader(WatchService watchService, Path dirToWatch, AbstractFileProvider provider) {
super(watchService, dirToWatch);
WatchQueueReader(WatchService watchService, Path dirToWatch, AbstractFileProvider provider,
Map<WatchKey, Path> registredWatchKeys) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo: registeredWatchKeys

@kaikreuzer
Copy link
Contributor

This change was necessary after #2342 was merged.

Is this the correct issue reference...?

Adapting the code of AutomationWatchService to use relative path.
This change was necessary after eclipse-archived#2432 was merged.

Signed-off-by: Svilen Valkanov <svilen.valkanov@musala.com>
@svilenvul svilenvul force-pushed the automation-watch-service-relative-path branch from 55c5606 to 6876995 Compare November 29, 2016 14:32
@svilenvul
Copy link
Contributor Author

Is this the correct issue reference...?

Thanks, I've corrected it.

Copy link
Contributor

@kaikreuzer kaikreuzer left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants