mirror of
https://github.com/samsonjs/media.git
synced 2026-03-27 09:45:47 +00:00
Remove usage of @ForOverride.
Fixes the gradle compilation failures. Gradle dependencies need revising if we want to be using this, as checkerframework is ahead of their latest version, such that we can't compile. PiperOrigin-RevId: 412004021
This commit is contained in:
parent
551a47e1fc
commit
f637bb3d40
1 changed files with 0 additions and 2 deletions
|
|
@ -29,7 +29,6 @@ import androidx.media3.exoplayer.ExoPlaybackException;
|
|||
import androidx.media3.exoplayer.MediaClock;
|
||||
import androidx.media3.exoplayer.RendererCapabilities;
|
||||
import androidx.media3.exoplayer.source.SampleStream.ReadDataResult;
|
||||
import com.google.errorprone.annotations.ForOverride;
|
||||
import org.checkerframework.checker.nullness.qual.EnsuresNonNullIf;
|
||||
import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||
import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
||||
|
|
@ -134,7 +133,6 @@ import org.checkerframework.checker.nullness.qual.RequiresNonNull;
|
|||
isRendererStarted = false;
|
||||
}
|
||||
|
||||
@ForOverride
|
||||
@EnsuresNonNullIf(expression = "samplePipeline", result = true)
|
||||
protected abstract boolean ensureConfigured() throws ExoPlaybackException;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue