Commit 9a7306a4 by andrewlewis Committed by Oliver Woodman

Remove unnecessary throws clause

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156061458
parent 929ef172
......@@ -237,7 +237,7 @@ public abstract class MediaCodecRenderer extends BaseRenderer {
}
@Override
public final int supportsMixedMimeTypeAdaptation() throws ExoPlaybackException {
public final int supportsMixedMimeTypeAdaptation() {
return ADAPTIVE_NOT_SEAMLESS;
}
......
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