langtools/src/share/classes/com/sun/tools/javac/util/AbstractLog.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6151 dd513881e71d
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    35 
    35 
    36 /**
    36 /**
    37  *  A base class for error logs. Reports errors and warnings, and
    37  *  A base class for error logs. Reports errors and warnings, and
    38  *  keeps track of error numbers and positions.
    38  *  keeps track of error numbers and positions.
    39  *
    39  *
    40  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    40  *  <p><b>This is NOT part of any supported API.
    41  *  you write code that depends on this, you do so at your own risk.
    41  *  If you write code that depends on this, you do so at your own risk.
    42  *  This code and its internal interfaces are subject to change or
    42  *  This code and its internal interfaces are subject to change or
    43  *  deletion without notice.</b>
    43  *  deletion without notice.</b>
    44  */
    44  */
    45 public abstract class AbstractLog {
    45 public abstract class AbstractLog {
    46     AbstractLog(JCDiagnostic.Factory diags) {
    46     AbstractLog(JCDiagnostic.Factory diags) {