langtools/src/share/classes/com/sun/tools/javac/util/ForwardingDiagnosticFormatter.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    36 
    36 
    37 /**
    37 /**
    38  * A delegated diagnostic formatter delegates all formatting
    38  * A delegated diagnostic formatter delegates all formatting
    39  * actions to an underlying formatter (aka the delegated formatter).
    39  * actions to an underlying formatter (aka the delegated formatter).
    40  *
    40  *
    41  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    41  * <p><b>This is NOT part of any supported API.
    42  * If you write code that depends on this, you do so at your own risk.
    42  * If you write code that depends on this, you do so at your own risk.
    43  * This code and its internal interfaces are subject to change or
    43  * This code and its internal interfaces are subject to change or
    44  * deletion without notice.</b>
    44  * deletion without notice.</b>
    45  */
    45  */
    46 public class ForwardingDiagnosticFormatter<D extends Diagnostic<?>, F extends DiagnosticFormatter<D>>
    46 public class ForwardingDiagnosticFormatter<D extends Diagnostic<?>, F extends DiagnosticFormatter<D>>