Skip to content

Commit 4b974f5

Browse files
committed
Remove accidentally-added import from testing
1 parent c0cc643 commit 4b974f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

mllib/src/test/java/org/apache/spark/mllib/feature/JavaTfIdfSuite.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
import org.junit.Test;
2828
import com.google.common.collect.Lists;
2929

30-
import java.lang.reflect.Method;
31-
3230
import org.apache.spark.api.java.JavaRDD;
3331
import org.apache.spark.api.java.JavaSparkContext;
3432
import org.apache.spark.mllib.linalg.Vector;

0 commit comments

Comments
 (0)