Fix checkstyle warning

This commit is contained in:
Romain Vimont 2019-12-05 21:05:45 +01:00
parent eb0f339271
commit e0b117de13

View file

@ -135,6 +135,7 @@ public final class Server {
}
}
@SuppressWarnings("checkstyle:MagicNumber")
private static void suggestFix(Throwable e) {
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.M) {
if (e instanceof MediaCodec.CodecException) {