langtools/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 10626 83f0c2860f5b
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    57  * captured types, intersection types that occur in the diagnostic that is to be
    57  * captured types, intersection types that occur in the diagnostic that is to be
    58  * formatted and (iii) type-variable disambiguation - when the diagnostic refers
    58  * formatted and (iii) type-variable disambiguation - when the diagnostic refers
    59  * to two different type-variables with the same name, their representation is
    59  * to two different type-variables with the same name, their representation is
    60  * disambiguated by appending an index to the type variable name.
    60  * disambiguated by appending an index to the type variable name.
    61  *
    61  *
    62  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    62  * <p><b>This is NOT part of any supported API.
    63  * If you write code that depends on this, you do so at your own risk.
    63  * If you write code that depends on this, you do so at your own risk.
    64  * This code and its internal interfaces are subject to change or
    64  * This code and its internal interfaces are subject to change or
    65  * deletion without notice.</b>
    65  * deletion without notice.</b>
    66  */
    66  */
    67 public class RichDiagnosticFormatter extends
    67 public class RichDiagnosticFormatter extends