mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Clarify that new ConditionVariable instances are closed
#minor-release PiperOrigin-RevId: 546803592
This commit is contained in:
parent
175c64a07b
commit
a8520bdee6
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue