Clean binary inspector
This commit is contained in:
parent
35432e6080
commit
f3566c25e4
1 changed files with 0 additions and 1 deletions
|
@ -53,7 +53,6 @@ public class BinaryInspector {
|
|||
|
||||
public static void main(String[] args) throws IOException {
|
||||
BinaryInspector in = new BinaryInspector();
|
||||
in.inspector(args);
|
||||
// test cases show info
|
||||
if(args.length == 1 && "test".equals(args[0])) {
|
||||
in.inspector(new String[]{
|
||||
|
|
Loading…
Reference in a new issue