Optimized imports
This commit is contained in:
parent
52deb4b16d
commit
e4930e5edb
29 changed files with 22 additions and 52 deletions
|
|
@ -27,7 +27,6 @@ package zutil.parser.json;
|
|||
import org.junit.Test;
|
||||
import zutil.parser.DataNode;
|
||||
import zutil.parser.DataNode.DataType;
|
||||
import zutil.parser.json.JSONParser;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertNull;
|
||||
|
|
|
|||
|
|
@ -31,8 +31,6 @@ import zutil.parser.json.JSONSerializerTest.TestClass;
|
|||
|
||||
import java.io.*;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
|
||||
|
||||
public class JSONSerializerBenchmark {
|
||||
private static final int TEST_EXECUTIONS = 2000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue