提交 aa424272 编写于 作者: Z Zhang Rui

android/IMediaDataSource: suppress lint warning RedundantThrows

上级 d5de13d0
......@@ -18,6 +18,7 @@ package tv.danmaku.ijk.media.player.misc;
import java.io.IOException;
@SuppressWarnings("RedundantThrows")
public interface IMediaDataSource {
int readAt(long position, byte[] buffer, int offset, int size) throws IOException;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册