We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error:(61, 21) java: 无法将类 org.kymjs.kjframe.http.core.KJAsyncTask<Params,Progress,Result>中的方法 execute应用到给定类型; 需要: capture#3, 共 ?[] 找到: 没有参数 原因: 形式 varargs 元素类型capture#3, 共 ?无法从 类 <匿名org.kymjs.kjframe.http.core.TaskExecutor$1> 进行访问
The text was updated successfully, but these errors were encountered:
请具体描述一下是什么错误,或者有报错日志吗。
Sorry, something went wrong.
这个就是报错日志,编译时候报的,用的是 java8的版本 Error:(72, 31) java: 无法将类 org.kymjs.kjframe.http.core.KJAsyncTask<Params,Progress,Result>中的方法 execute应用到给定类型; 需要: capture#1, 共 ?[] 找到: 没有参数 原因: 形式 varargs 元素类型capture#1, 共 ?无法从 类 <匿名org.kymjs.kjframe.http.core.BarrierExecutor$1> 进行访问 Error:(132, 17) java: 无法将类 org.kymjs.kjframe.http.core.KJAsyncTask<Params,Progress,Result>中的方法 execute应用到给定类型; 需要: capture#2, 共 ?[] 找到: 没有参数 原因: 形式 varargs 元素类型capture#2, 共 ?无法从 类 org.kymjs.kjframe.http.core.BarrierExecutor 进行访问
No branches or pull requests
Error:(61, 21) java: 无法将类 org.kymjs.kjframe.http.core.KJAsyncTask<Params,Progress,Result>中的方法 execute应用到给定类型;
需要: capture#3, 共 ?[]
找到: 没有参数
原因: 形式 varargs 元素类型capture#3, 共 ?无法从 类 <匿名org.kymjs.kjframe.http.core.TaskExecutor$1> 进行访问
The text was updated successfully, but these errors were encountered: