mirror of
https://github.com/skylot/jadx.git
synced 2024-11-24 05:09:55 +00:00
refactor(cli): add missing generic for JCommanderWrapper
This commit is contained in:
parent
28bcad202a
commit
0df5aa80fe
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user