src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 582
366a7b9b5627
     1.1 --- a/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Thu Jun 10 09:29:23 2010 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/api/JavacTaskImpl.java	Thu Jun 10 16:08:01 2010 -0700
     1.3 @@ -56,7 +56,7 @@
     1.4  /**
     1.5   * Provides access to functionality specific to the Sun Java Compiler, javac.
     1.6   *
     1.7 - * <p><b>This is NOT part of any API supported by Sun Microsystems.
     1.8 + * <p><b>This is NOT part of any supported API.
     1.9   * If you write code that depends on this, you do so at your own
    1.10   * risk.  This code and its internal interfaces are subject to change
    1.11   * or deletion without notice.</b></p>
    1.12 @@ -502,7 +502,7 @@
    1.13      }
    1.14  
    1.15      /**
    1.16 -     * For internal use by Sun Microsystems only.  This method will be
    1.17 +     * For internal use only.  This method will be
    1.18       * removed without warning.
    1.19       */
    1.20      public Context getContext() {
    1.21 @@ -510,7 +510,7 @@
    1.22      }
    1.23  
    1.24      /**
    1.25 -     * For internal use by Sun Microsystems only.  This method will be
    1.26 +     * For internal use only.  This method will be
    1.27       * removed without warning.
    1.28       */
    1.29      public void updateContext(Context newContext) {
    1.30 @@ -518,7 +518,7 @@
    1.31      }
    1.32  
    1.33      /**
    1.34 -     * For internal use by Sun Microsystems only.  This method will be
    1.35 +     * For internal use only.  This method will be
    1.36       * removed without warning.
    1.37       */
    1.38      public Type parseType(String expr, TypeElement scope) {

mercurial