mirror of
https://github.com/samsonjs/media.git
synced 2026-03-28 09:55:48 +00:00
Marks ConditionVariable as non-final so it can be mocked.
PiperOrigin-RevId: 291207668
This commit is contained in:
parent
15a43e5c78
commit
9cd49120a0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ package com.google.android.exoplayer2.util;
|
|||
* An interruptible condition variable whose {@link #open()} and {@link #close()} methods return
|
||||
* whether they resulted in a change of state.
|
||||
*/
|
||||
public final class ConditionVariable {
|
||||
public class ConditionVariable {
|
||||
|
||||
private boolean isOpen;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue