Commit 6a3c3380 by ibaker Committed by Tianyi Feng

Clarify that new `ConditionVariable` instances are closed

#minor-release

PiperOrigin-RevId: 546803592
(cherry picked from commit db1efe64f368173246244d8689ffc50f6ba8f5d2)
parent aea48871
......@@ -40,7 +40,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);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment