langtools/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java
changeset 5848 c5a4ce47e780
parent 5847 1908176fd6e3
child 6716 71df48777dd1
equal deleted inserted replaced
5847:1908176fd6e3 5848:c5a4ce47e780
    52 import com.sun.tools.javac.util.*;
    52 import com.sun.tools.javac.util.*;
    53 import com.sun.tools.javac.util.List;
    53 import com.sun.tools.javac.util.List;
    54 import com.sun.tools.javac.main.JavaCompiler;
    54 import com.sun.tools.javac.main.JavaCompiler;
    55 
    55 
    56 /**
    56 /**
    57  * Provides access to functionality specific to the Sun Java Compiler, javac.
    57  * Provides access to functionality specific to the JDK Java Compiler, javac.
    58  *
    58  *
    59  * <p><b>This is NOT part of any supported API.
    59  * <p><b>This is NOT part of any supported API.
    60  * If you write code that depends on this, you do so at your own
    60  * If you write code that depends on this, you do so at your own
    61  * risk.  This code and its internal interfaces are subject to change
    61  * risk.  This code and its internal interfaces are subject to change
    62  * or deletion without notice.</b></p>
    62  * or deletion without notice.</b></p>