langtools/src/share/classes/com/sun/tools/javadoc/Messager.java
changeset 14260 727a84636f12
parent 14258 8d2148961366
child 14543 43edeaf6d0a9
equal deleted inserted replaced
14259:fb94a1df0d53 14260:727a84636f12
    38  * Utility for integrating with javadoc tools and for localization.
    38  * Utility for integrating with javadoc tools and for localization.
    39  * Handle Resources. Access to error and warning counts.
    39  * Handle Resources. Access to error and warning counts.
    40  * Message formatting.
    40  * Message formatting.
    41  * <br>
    41  * <br>
    42  * Also provides implementation for DocErrorReporter.
    42  * Also provides implementation for DocErrorReporter.
       
    43  *
       
    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.
       
    46  *  This code and its internal interfaces are subject to change or
       
    47  *  deletion without notice.</b>
    43  *
    48  *
    44  * @see java.util.ResourceBundle
    49  * @see java.util.ResourceBundle
    45  * @see java.text.MessageFormat
    50  * @see java.text.MessageFormat
    46  * @author Neal Gafter (rewrite)
    51  * @author Neal Gafter (rewrite)
    47  */
    52  */