langtools/src/share/classes/com/sun/tools/javac/util/RawDiagnosticFormatter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 7624 c31b0ea95b37
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    39  * A raw formatter for diagnostic messages.
    39  * A raw formatter for diagnostic messages.
    40  * The raw formatter will format a diagnostic according to one of two format patterns, depending on whether
    40  * The raw formatter will format a diagnostic according to one of two format patterns, depending on whether
    41  * or not the source name and position are set. This formatter provides a standardized, localize-independent
    41  * or not the source name and position are set. This formatter provides a standardized, localize-independent
    42  * implementation of a diagnostic formatter; as such, this formatter is best suited for testing purposes.
    42  * implementation of a diagnostic formatter; as such, this formatter is best suited for testing purposes.
    43  *
    43  *
    44  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    44  * <p><b>This is NOT part of any supported API.
    45  * If 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 final class RawDiagnosticFormatter extends AbstractDiagnosticFormatter {
    49 public final class RawDiagnosticFormatter extends AbstractDiagnosticFormatter {