6917931: compiler/6895383/Test.java don't compile due missed imports

Tue, 19 Jan 2010 10:25:54 -0800

author
kvn
date
Tue, 19 Jan 2010 10:25:54 -0800
changeset 1612
acebf2655d3a
parent 1611
d11ce1551e8d
child 1613
648fe315b257

6917931: compiler/6895383/Test.java don't compile due missed imports
Summary: Add missing imports.
Reviewed-by: never, twisti

test/compiler/6895383/Test.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/compiler/6895383/Test.java	Mon Jan 18 05:02:41 2010 -0800
     1.2 +++ b/test/compiler/6895383/Test.java	Tue Jan 19 10:25:54 2010 -0800
     1.3 @@ -30,6 +30,9 @@
     1.4   * @run main/othervm -Xcomp Test
     1.5   */
     1.6  
     1.7 +import java.util.*;
     1.8 +import java.util.concurrent.*;
     1.9 +
    1.10  public class Test {
    1.11      public static void main(String argv[]) {
    1.12          Test test = new Test();

mercurial