src/share/classes/com/sun/tools/javac/code/Lint.java

changeset 581
f2fdd52e4e87
parent 580
46cf751559ae
child 582
366a7b9b5627
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
37 37
38 38
39 /** 39 /**
40 * A class for handling -Xlint suboptions and @SuppresssWarnings. 40 * A class for handling -Xlint suboptions and @SuppresssWarnings.
41 * 41 *
42 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 42 * <p><b>This is NOT part of any supported API.
43 * you write code that depends on this, you do so at your own risk. 43 * If you write code that depends on this, you do so at your own risk.
44 * This code and its internal interfaces are subject to change or 44 * This code and its internal interfaces are subject to change or
45 * deletion without notice.</b> 45 * deletion without notice.</b>
46 */ 46 */
47 public class Lint 47 public class Lint
48 { 48 {

mercurial