Remove unnecessary throws clause

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=156061458
This commit is contained in:
andrewlewis 2017-05-15 09:15:29 -07:00 committed by Oliver Woodman
parent 929ef172a0
commit 9a7306a4cc

View file

@ -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;
}