We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddef942 commit 0dcfeeeCopy full SHA for 0dcfeee
codegen/src/main/java/org/web3j/codegen/TruffleJsonFunctionWrapperGenerator.java
@@ -42,8 +42,15 @@
42
43
import static org.web3j.codegen.Console.exitError;
44
import static org.web3j.utils.Collection.tail;
45
-import static picocli.CommandLine.*;
+import static picocli.CommandLine.Command;
46
+import static picocli.CommandLine.ExecutionException;
47
+import static picocli.CommandLine.Help;
48
import static picocli.CommandLine.Help.Visibility.ALWAYS;
49
+import static picocli.CommandLine.Option;
50
+import static picocli.CommandLine.ParameterException;
51
+import static picocli.CommandLine.Parameters;
52
+import static picocli.CommandLine.ParseResult;
53
+import static picocli.CommandLine.RunLast;
54
55
/**
56
* Java wrapper source code generator for Truffle JSON format. Truffle embeds the Solidity ABI
0 commit comments