Commit 9609af3c by olly Committed by Oliver Woodman

Suppress warnings in preparation for Checker Framework 3.12.0 upgrade.

LSC: go/checker-lsc

Tested:
    Sample tests for this CL passed, but some tests failed during the TGP run. Test failures are believed to be unrelated to this CL
PiperOrigin-RevId: 366804637
parent 9ec6992c
......@@ -483,6 +483,8 @@ public class DefaultDrmSessionManager implements DrmSessionManager {
exoMediaDrm = null;
}
// precondition of preacquiredSessionReference.acquire is not satisfied.
@SuppressWarnings("nullness:contracts.precondition.not.satisfied")
@Override
public DrmSessionReference preacquireSession(
Looper playbackLooper,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment