src/share/classes/com/sun/tools/javac/util/Warner.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 795
7b99f98b3035
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
29 29
30 /** 30 /**
31 * An interface to support optional warnings, needed for support of 31 * An interface to support optional warnings, needed for support of
32 * unchecked conversions and unchecked casts. 32 * unchecked conversions and unchecked casts.
33 * 33 *
34 * <p><b>This is NOT part of any API supported by Sun Microsystems. 34 * <p><b>This is NOT part of any supported API.
35 * If you write code that depends on this, you do so at your own risk. 35 * If you write code that depends on this, you do so at your own risk.
36 * This code and its internal interfaces are subject to change or 36 * This code and its internal interfaces are subject to change or
37 * deletion without notice.</b> 37 * deletion without notice.</b>
38 */ 38 */
39 public class Warner { 39 public class Warner {

mercurial