langtools/src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormatter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6151 dd513881e71d
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    56  *        shown if the type is ERROR and if a source name is set
    56  *        shown if the type is ERROR and if a source name is set
    57  * <li>%m: the text or the diagnostic, including any appropriate arguments
    57  * <li>%m: the text or the diagnostic, including any appropriate arguments
    58  * <li>%_: space delimiter, useful for formatting purposes
    58  * <li>%_: space delimiter, useful for formatting purposes
    59  * </ul>
    59  * </ul>
    60  *
    60  *
    61  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    61  * <p><b>This is NOT part of any supported API.
    62  * If you write code that depends on this, you do so at your own risk.
    62  * If you write code that depends on this, you do so at your own risk.
    63  * This code and its internal interfaces are subject to change or
    63  * This code and its internal interfaces are subject to change or
    64  * deletion without notice.</b>
    64  * deletion without notice.</b>
    65  */
    65  */
    66 public class BasicDiagnosticFormatter extends AbstractDiagnosticFormatter {
    66 public class BasicDiagnosticFormatter extends AbstractDiagnosticFormatter {