refactor(cli): add missing generic for JCommanderWrapper

This commit is contained in:
Skylot 2019-02-26 20:12:40 +03:00
parent 28bcad202a
commit 0df5aa80fe

View File

@ -107,7 +107,7 @@ public class JadxCLIArgs {
return process(jcw);
}
private boolean process(JCommanderWrapper jcw) {
private boolean process(JCommanderWrapper<JadxCLIArgs> jcw) {
if (printHelp) {
jcw.printUsage();
return false;