mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-05 03:05:47 +00:00
6917931: compiler/6895383/Test.java don't compile due missed imports
Add missing imports. Reviewed-by: never, twisti
This commit is contained in:
parent
3ea93d46c4
commit
bb4f475e1b
@ -30,6 +30,9 @@
|
||||
* @run main/othervm -Xcomp Test
|
||||
*/
|
||||
|
||||
import java.util.*;
|
||||
import java.util.concurrent.*;
|
||||
|
||||
public class Test {
|
||||
public static void main(String argv[]) {
|
||||
Test test = new Test();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user