langtools/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6151 dd513881e71d
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    41  * about conditions that would otherwise merit a warning. Such processing
    41  * about conditions that would otherwise merit a warning. Such processing
    42  * is done when the condition is detected, and in those cases, no call is
    42  * is done when the condition is detected, and in those cases, no call is
    43  * made on any API to generate a warning at all. In consequence, this handler only
    43  * made on any API to generate a warning at all. In consequence, this handler only
    44  * gets to handle those warnings that JLS says must be generated.
    44  * gets to handle those warnings that JLS says must be generated.
    45  *
    45  *
    46  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    46  *  <p><b>This is NOT part of any supported API.
    47  *  you write code that depends on this, you do so at your own risk.
    47  *  If you write code that depends on this, you do so at your own risk.
    48  *  This code and its internal interfaces are subject to change or
    48  *  This code and its internal interfaces are subject to change or
    49  *  deletion without notice.</b>
    49  *  deletion without notice.</b>
    50  */
    50  */
    51 public class MandatoryWarningHandler {
    51 public class MandatoryWarningHandler {
    52 
    52