Document that ConditionVariable instances start closed

PiperOrigin-RevId: 324002247
This commit is contained in:
ibaker 2020-07-30 15:59:01 +01:00 committed by Oliver Woodman
parent 7b300ca411
commit c8f039f0a9

View File

@ -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.