Skip to content

Commit d6f0c40

Browse files
committed
Remove unused imports
1 parent 8a013c2 commit d6f0c40

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/com/nordstrom/automation/junit/RunReflectiveCall.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
import static com.nordstrom.automation.junit.LifecycleHooks.getFieldValue;
44

5-
import java.util.ArrayList;
6-
import java.util.List;
75
import java.util.ServiceLoader;
86
import java.util.concurrent.Callable;
97
import java.util.concurrent.ConcurrentHashMap;
@@ -14,7 +12,6 @@
1412
import org.junit.Before;
1513
import org.junit.BeforeClass;
1614
import org.junit.Test;
17-
import org.junit.runner.Description;
1815
import org.junit.runners.model.FrameworkMethod;
1916

2017
import com.google.common.base.Function;

0 commit comments

Comments
 (0)