-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: core-libs
-
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..."