langtools/src/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6151 dd513881e71d
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    55  *  Those implementations are specifically targeting JCDiagnostic objects.
    55  *  Those implementations are specifically targeting JCDiagnostic objects.
    56  *  <li> Provides basic support for i18n and a method for executing all locale-dependent conversions
    56  *  <li> Provides basic support for i18n and a method for executing all locale-dependent conversions
    57  *  <li> Provides the formatting logic for rendering the arguments of a JCDiagnostic object.
    57  *  <li> Provides the formatting logic for rendering the arguments of a JCDiagnostic object.
    58  * <ul>
    58  * <ul>
    59  *
    59  *
    60  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    60  * <p><b>This is NOT part of any supported API.
    61  * If you write code that depends on this, you do so at your own risk.
    61  * If you write code that depends on this, you do so at your own risk.
    62  * This code and its internal interfaces are subject to change or
    62  * This code and its internal interfaces are subject to change or
    63  * deletion without notice.</b>
    63  * deletion without notice.</b>
    64  */
    64  */
    65 public abstract class AbstractDiagnosticFormatter implements DiagnosticFormatter<JCDiagnostic> {
    65 public abstract class AbstractDiagnosticFormatter implements DiagnosticFormatter<JCDiagnostic> {