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

8303175: (fs) Deprecate com.sun.nio.file.SensitivityWatchEventModifier for removal #12746

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -33,11 +33,12 @@
* watch service implementation that polls the file system.
*
* @deprecated
* This {@code enum} is only used by the polling implementation of
* {@link java.nio.file.WatchService WatchService}. The polling
* {@code WatchService} is used only on macOS and likely to be removed
* in a future release when a version based on the native file event
* notification facility becomes available.
* The polling implementation of {@link java.nio.file.WatchService WatchService}
* no longer recognizes this {@link java.nio.file.WatchEvent.Modifier
* WatchEvent.Modifier}. This was the only {@code WatchService} in the JDK
* which used this {@code WatchEvent.Modifier}. Therefore this
* {@code WatchEvent.Modifier} class is vestigial and should be removed in a
* future release.
*
* @since 1.7
*/