Commit c8f039f0 by ibaker Committed by Oliver Woodman

Document that ConditionVariable instances start closed

PiperOrigin-RevId: 324002247
parent 7b300ca4
...@@ -40,7 +40,7 @@ public class ConditionVariable { ...@@ -40,7 +40,7 @@ public class ConditionVariable {
} }
/** /**
* Creates an instance. * Creates an instance, which starts closed.
* *
* @param clock The {@link Clock} whose {@link Clock#elapsedRealtime()} method is used to * @param clock The {@link Clock} whose {@link Clock#elapsedRealtime()} method is used to
* determine when {@link #block(long)} should time out. * determine when {@link #block(long)} should time out.
......
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