langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/AbstractDiagnosticFormatter.java
changeset 31751 ec251536a004
parent 27852 2e6ad0e4fe20
child 34560 b6a567b677f7
equal deleted inserted replaced
31750:c65c37c0c691 31751:ec251536a004
    59  * <ul>
    59  * <ul>
    60  *  <li> Provides a standard implementation of the visitor-like methods defined in the interface DiagnisticFormatter.
    60  *  <li> Provides a standard implementation of the visitor-like methods defined in the interface DiagnisticFormatter.
    61  *  Those implementations are specifically targeting JCDiagnostic objects.
    61  *  Those implementations are specifically targeting JCDiagnostic objects.
    62  *  <li> Provides basic support for i18n and a method for executing all locale-dependent conversions
    62  *  <li> Provides basic support for i18n and a method for executing all locale-dependent conversions
    63  *  <li> Provides the formatting logic for rendering the arguments of a JCDiagnostic object.
    63  *  <li> Provides the formatting logic for rendering the arguments of a JCDiagnostic object.
    64  * <ul>
    64  * </ul>
    65  *
    65  *
    66  * <p><b>This is NOT part of any supported API.
    66  * <p><b>This is NOT part of any supported API.
    67  * If you write code that depends on this, you do so at your own risk.
    67  * If you write code that depends on this, you do so at your own risk.
    68  * This code and its internal interfaces are subject to change or
    68  * This code and its internal interfaces are subject to change or
    69  * deletion without notice.</b>
    69  * deletion without notice.</b>