langtools/src/share/classes/com/sun/tools/javac/file/JavacFileManager.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6719 1ce993f87850
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    66 
    66 
    67 /**
    67 /**
    68  * This class provides access to the source, class and other files
    68  * This class provides access to the source, class and other files
    69  * used by the compiler and related tools.
    69  * used by the compiler and related tools.
    70  *
    70  *
    71  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    71  * <p><b>This is NOT part of any supported API.
    72  * If you write code that depends on this, you do so at your own risk.
    72  * If you write code that depends on this, you do so at your own risk.
    73  * This code and its internal interfaces are subject to change or
    73  * This code and its internal interfaces are subject to change or
    74  * deletion without notice.</b>
    74  * deletion without notice.</b>
    75  */
    75  */
    76 public class JavacFileManager extends BaseFileManager implements StandardJavaFileManager {
    76 public class JavacFileManager extends BaseFileManager implements StandardJavaFileManager {