Commit 0df5aa80 authored by Skylot's avatar Skylot

refactor(cli): add missing generic for JCommanderWrapper

parent 28bcad20
...@@ -107,7 +107,7 @@ public class JadxCLIArgs { ...@@ -107,7 +107,7 @@ public class JadxCLIArgs {
return process(jcw); return process(jcw);
} }
private boolean process(JCommanderWrapper jcw) { private boolean process(JCommanderWrapper<JadxCLIArgs> jcw) {
if (printHelp) { if (printHelp) {
jcw.printUsage(); jcw.printUsage();
return false; return false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment