mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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 final Clock clock;
|
||||||
private boolean isOpen;
|
private boolean isOpen;
|
||||||
|
|
||||||
/** Creates an instance using {@link Clock#DEFAULT}. */
|
/** Creates a closed instance using {@link Clock#DEFAULT}. */
|
||||||
public ConditionVariable() {
|
public ConditionVariable() {
|
||||||
this(Clock.DEFAULT);
|
this(Clock.DEFAULT);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue