langtools/src/share/classes/com/sun/tools/javac/util/Log.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 5850 6f095ff5b469
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    39 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
    39 import com.sun.tools.javac.util.JCDiagnostic.DiagnosticType;
    40 
    40 
    41 /** A class for error logs. Reports errors and warnings, and
    41 /** A class for error logs. Reports errors and warnings, and
    42  *  keeps track of error numbers and positions.
    42  *  keeps track of error numbers and positions.
    43  *
    43  *
    44  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    44  *  <p><b>This is NOT part of any supported API.
    45  *  you write code that depends on this, you do so at your own risk.
    45  *  If you write code that depends on this, you do so at your own risk.
    46  *  This code and its internal interfaces are subject to change or
    46  *  This code and its internal interfaces are subject to change or
    47  *  deletion without notice.</b>
    47  *  deletion without notice.</b>
    48  */
    48  */
    49 public class Log extends AbstractLog {
    49 public class Log extends AbstractLog {
    50     /** The context key for the log. */
    50     /** The context key for the log. */