mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-05-15 04:52:15 -04:00
Optimize imports
This commit is contained in:
parent
5d1fb36069
commit
0bf7999e8d
8 changed files with 1 additions and 9 deletions
|
@ -22,8 +22,7 @@ import joptsimple.OptionParser;
|
|||
import joptsimple.OptionSet;
|
||||
import org.springframework.util.StringUtils;
|
||||
|
||||
import static java.lang.String.format;
|
||||
import static java.lang.String.join;
|
||||
import static java.lang.String.*;
|
||||
|
||||
public abstract class BitsquareExecutable {
|
||||
public static final int EXIT_SUCCESS = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue