12 lines
468 B
Diff
12 lines
468 B
Diff
--- a/Procyon.Decompiler/src/main/java/com/strobel/decompiler/CommandLineOptions.java_nw
|
|
+++ b/Procyon.Decompiler/src/main/java/com/strobel/decompiler/CommandLineOptions.java
|
|
@@ -23,7 +23,7 @@
|
|
|
|
public class CommandLineOptions {
|
|
@Parameter(description = "<type names or class/jar files>")
|
|
- private final List<String> _inputs = new ArrayList<>();
|
|
+ private List<String> _inputs = new ArrayList<>();
|
|
|
|
@Parameter(
|
|
names = { "-?", "--help" },
|
|
|