Merge "Replace minimum with maximum in method description." into lmp-mr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ebee8a4d92
@@ -109,7 +109,7 @@ public class ConditionVariable
|
|||||||
* <p>
|
* <p>
|
||||||
* If the condition is already opened, return immediately.
|
* If the condition is already opened, return immediately.
|
||||||
*
|
*
|
||||||
* @param timeout the minimum time to wait in milliseconds.
|
* @param timeout the maximum time to wait in milliseconds.
|
||||||
*
|
*
|
||||||
* @return true if the condition was opened, false if the call returns
|
* @return true if the condition was opened, false if the call returns
|
||||||
* because of the timeout.
|
* because of the timeout.
|
||||||
|
|||||||
Reference in New Issue
Block a user