This commit is contained in:
laoyuyu
2019-11-20 10:17:08 +08:00
parent 1b54bfc4ac
commit 0765ab67f7
7 changed files with 27 additions and 27 deletions

View File

@@ -101,9 +101,6 @@ public class ComponentUtil {
public <T extends IUtil> T buildUtil(AbsTaskWrapper wrapper, IEventListener listener) {
int requestType = wrapper.getRequestType();
String className = null;
if (requestType == 1){
throw new IllegalArgumentException("xxxx");
}
switch (requestType) {
case ITaskWrapper.M3U8_LIVE:
className = "com.arialyy.aria.m3u8.live.M3U8LiveUtil";