mirror of
https://github.com/androidx/media.git
synced 2025-05-21 23:56:32 +08:00
Marks ConditionVariable as non-final so it can be mocked.
PiperOrigin-RevId: 291207668
This commit is contained in:
parent
15a43e5c78
commit
9cd49120a0
@ -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…
x
Reference in New Issue
Block a user