Skip to content

Commit

Permalink
Clarify that new ConditionVariable instances are closed
Browse files Browse the repository at this point in the history
#minor-release

PiperOrigin-RevId: 546803592
(cherry picked from commit a8520bd)
  • Loading branch information
icbaker authored and tianyif committed Jul 10, 2023
1 parent 405e5a6 commit bae3876
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit bae3876

Please sign in to comment.