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

changeset 591
d1d7595fa824
parent 573
005bec70ca27
parent 582
366a7b9b5627
child 673
7ae4016c5938
     1.1 --- a/src/share/classes/com/sun/tools/javac/code/Flags.java	Thu Jun 24 20:03:19 2010 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javac/code/Flags.java	Tue Jun 29 22:43:59 2010 -0700
     1.3 @@ -33,8 +33,8 @@
     1.4  
     1.5  /** Access flags and other modifiers for Java classes and members.
     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   */
    1.14 @@ -226,7 +226,7 @@
    1.15      public static final long HYPOTHETICAL   = 1L<<37;
    1.16  
    1.17      /**
    1.18 -     * Flag that marks a Sun proprietary class.
    1.19 +     * Flag that marks an internal proprietary class.
    1.20       */
    1.21      public static final long PROPRIETARY = 1L<<38;
    1.22  

mercurial