mirror of
https://github.com/androidx/media.git
synced 2025-05-15 19:49:50 +08:00
Clarify that new ConditionVariable
instances are closed
#minor-release PiperOrigin-RevId: 546803592 (cherry picked from commit a8520bdee63509597c19ecf72d96a5da1ecf4a0b)
This commit is contained in:
parent
405e5a6e3e
commit
bae387651b
@ -35,7 +35,7 @@ public class ConditionVariable {
|
||||
private final Clock clock;
|
||||
private boolean isOpen;
|
||||
|
||||
/** Creates an instance using {@link Clock#DEFAULT}. */
|
||||
/** Creates a closed instance using {@link Clock#DEFAULT}. */
|
||||
public ConditionVariable() {
|
||||
this(Clock.DEFAULT);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user