Skip to content

Commit 0dcfeee

Browse files
committed
remove wildcard import
1 parent ddef942 commit 0dcfeee

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

codegen/src/main/java/org/web3j/codegen/TruffleJsonFunctionWrapperGenerator.java

+8-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,15 @@
4242

4343
import static org.web3j.codegen.Console.exitError;
4444
import static org.web3j.utils.Collection.tail;
45-
import static picocli.CommandLine.*;
45+
import static picocli.CommandLine.Command;
46+
import static picocli.CommandLine.ExecutionException;
47+
import static picocli.CommandLine.Help;
4648
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;
4754

4855
/**
4956
* Java wrapper source code generator for Truffle JSON format. Truffle embeds the Solidity ABI

0 commit comments

Comments
 (0)