Skip to content

Commit 8eaac71

Browse files
Remove unused imports
1 parent a6f7834 commit 8eaac71

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

core/src/test/java/org/easymock/tests2/SerializationTest.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.util.ArrayList;
2323
import java.util.List;
2424

25-
import org.junit.Ignore;
2625
import org.junit.Test;
2726

2827
/**
@@ -54,7 +53,6 @@ public void test() throws Exception {
5453
verify(mock);
5554
}
5655

57-
@SuppressWarnings("unchecked")
5856
@Test
5957
public void testClass() throws Exception {
6058

0 commit comments

Comments
 (0)