src/share/classes/com/sun/tools/javac/nio/JavacPathFileManager.java

changeset 1157
3809292620c9
parent 1116
d830d28fc72e
child 1413
bdcef2ef52d2
equal deleted inserted replaced
1156:4822dfe0922b 1157:3809292620c9
61 import com.sun.tools.javac.util.BaseFileManager; 61 import com.sun.tools.javac.util.BaseFileManager;
62 import com.sun.tools.javac.util.Context; 62 import com.sun.tools.javac.util.Context;
63 import com.sun.tools.javac.util.List; 63 import com.sun.tools.javac.util.List;
64 import com.sun.tools.javac.util.ListBuffer; 64 import com.sun.tools.javac.util.ListBuffer;
65 65
66 import static com.sun.tools.javac.main.OptionName.*; 66 import static com.sun.tools.javac.main.Option.*;
67 67
68 68
69 // NOTE the imports carefully for this compilation unit. 69 // NOTE the imports carefully for this compilation unit.
70 // 70 //
71 // Path: java.nio.file.Path -- the new NIO type for which this file manager exists 71 // Path: java.nio.file.Path -- the new NIO type for which this file manager exists

mercurial