src/share/classes/com/sun/tools/javac/code/Source.java

changeset 1357
c75be5bc5283
parent 1347
1408af4cd8b0
child 1366
12cf6bfd8c05
equal deleted inserted replaced
1352:d4b3cb1ece84 1357:c75be5bc5283
24 */ 24 */
25 25
26 package com.sun.tools.javac.code; 26 package com.sun.tools.javac.code;
27 27
28 import java.util.*; 28 import java.util.*;
29
29 import javax.lang.model.SourceVersion; 30 import javax.lang.model.SourceVersion;
30 import static javax.lang.model.SourceVersion.*; 31 import static javax.lang.model.SourceVersion.*;
31 32
33 import com.sun.tools.javac.jvm.Target;
32 import com.sun.tools.javac.util.*; 34 import com.sun.tools.javac.util.*;
33 import com.sun.tools.javac.jvm.Target;
34
35 import static com.sun.tools.javac.main.Option.*; 35 import static com.sun.tools.javac.main.Option.*;
36 36
37 /** The source language version accepted. 37 /** The source language version accepted.
38 * 38 *
39 * <p><b>This is NOT part of any supported API. 39 * <p><b>This is NOT part of any supported API.

mercurial