Skip to content

Commit 01ab13f

Browse files
committed
Remove unused imports [#1909, #1908]
1 parent 2d1981d commit 01ab13f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gson/src/test/java/com/google/gson/JsonArrayTest.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,8 @@
1616

1717
package com.google.gson;
1818

19-
import junit.framework.TestCase;
20-
2119
import com.google.gson.common.MoreAsserts;
22-
23-
import static org.junit.Assert.*;
24-
import static org.junit.Assert.assertEquals;
20+
import junit.framework.TestCase;
2521

2622
/**
2723
* @author Jesse Wilson

0 commit comments

Comments
 (0)