langtools/src/share/classes/com/sun/tools/javac/code/Flags.java
changeset 5857 84d4886d48aa
parent 5738 c24b113fe4ac
parent 5848 c5a4ce47e780
child 6591 a953c8c6b85e
--- a/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java	Thu Jun 24 20:03:19 2010 -0700
+++ b/langtools/src/share/classes/com/sun/tools/javac/code/Flags.java	Tue Jun 29 22:43:59 2010 -0700
@@ -33,8 +33,8 @@
 
 /** Access flags and other modifiers for Java classes and members.
  *
- *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
- *  you write code that depends on this, you do so at your own risk.
+ *  <p><b>This is NOT part of any supported API.
+ *  If you write code that depends on this, you do so at your own risk.
  *  This code and its internal interfaces are subject to change or
  *  deletion without notice.</b>
  */
@@ -226,7 +226,7 @@
     public static final long HYPOTHETICAL   = 1L<<37;
 
     /**
-     * Flag that marks a Sun proprietary class.
+     * Flag that marks an internal proprietary class.
      */
     public static final long PROPRIETARY = 1L<<38;