Skip to content

Commit 1322e42

Browse files
committed
remove unused imports
1 parent d6f991c commit 1322e42

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

google-http-client-test/src/main/java/com/google/api/client/test/json/AbstractJsonGeneratorTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
import java.util.HashMap;
2424
import java.util.Iterator;
2525
import java.util.Map;
26-
import junit.framework.TestCase;
2726
import org.junit.Test;
2827
import org.junit.runner.RunWith;
2928
import org.junit.runners.JUnit4;

google-http-client-test/src/main/java/com/google/api/client/test/json/AbstractJsonParserTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
import java.io.InputStream;
2626
import java.math.BigDecimal;
2727
import java.nio.charset.StandardCharsets;
28-
import junit.framework.TestCase;
2928
import org.junit.Assert;
3029
import org.junit.Test;
3130
import org.junit.runner.RunWith;

0 commit comments

Comments
 (0)