src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java

changeset 591
d1d7595fa824
parent 573
005bec70ca27
parent 581
f2fdd52e4e87
child 604
a5454419dd46
     1.1 --- a/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java	Thu Jun 24 20:03:19 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/jvm/ClassWriter.java	Tue Jun 29 22:43:59 2010 -0700
     1.3 @@ -49,8 +49,8 @@
     1.4  /** This class provides operations to map an internal symbol table graph
     1.5   *  rooted in a ClassSymbol into a classfile.
     1.6   *
     1.7 - *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
     1.8 - *  you write code that depends on this, you do so at your own risk.
     1.9 + *  <p><b>This is NOT part of any supported API.
    1.10 + *  If you write code that depends on this, you do so at your own risk.
    1.11   *  This code and its internal interfaces are subject to change or
    1.12   *  deletion without notice.</b>
    1.13   */

mercurial