test/jdk/java/util/Collections/T5078378.java
changeset 48541 946e34c2dec9
parent 47216 71c04702a3d5
--- a/test/jdk/java/util/Collections/T5078378.java	Tue Jan 16 18:24:32 2018 -0800
+++ b/test/jdk/java/util/Collections/T5078378.java	Tue Jan 16 18:28:39 2018 -0800
@@ -21,7 +21,7 @@
  * questions.
  */
 
-/**
+/*
  * @test
  * @bug 5078378
  * @summary REGRESSION: Some calls to Collections.binarySearch no longer compile
@@ -30,7 +30,9 @@
  * @compile T5078378.java
  * @compile/fail -Xlint:unchecked -Werror T5078378.java
  */
-import java.util.*;
+
+import java.util.Collections;
+import java.util.List;
 
 class T5078378 {
     public static boolean contains(List l, Object o) {