-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b17
The WatchService#poll(long timeout, TimeUnit unit) javadoc has this for the "timeout" param:
* @param timeout
* how to wait before giving up, in units of unit
I think it should be "how long to wait..."
* @param timeout
* how to wait before giving up, in units of unit
I think it should be "how long to wait..."