restrictive modifiers on MonitorService methods
Bug #504130 reported by
Nick Bargnesi
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
inotify-java |
Fix Released
|
Critical
|
Nick Bargnesi | ||
2.0 |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Three methods are lacking the correct modifiers:
1: int addWatch(
2: int addWatch(
3: boolean removeWatch(int)
Each method should be declared public.
Changed in inotify-java: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix committed in revision 41 of 2.0 branch.