langtools/src/share/classes/com/sun/tools/javac/util/BasicDiagnosticFormatter.java
equal
deleted
inserted
replaced
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 { |