src/share/classes/javax/tools/JavaCompiler.java

changeset 972
694ff82ca68e
parent 824
0a509c765657
child 1073
f85d980faaf8
     1.1 --- a/src/share/classes/javax/tools/JavaCompiler.java	Tue Apr 12 20:58:06 2011 -0700
     1.2 +++ b/src/share/classes/javax/tools/JavaCompiler.java	Wed Apr 13 11:35:43 2011 -0700
     1.3 @@ -58,9 +58,11 @@
     1.4   * standard file manager such as the one returned by {@linkplain
     1.5   * #getStandardFileManager getStandardFileManager}.
     1.6   *
     1.7 - * <p>An instance implementing this interface must conform to the Java
     1.8 - * Language Specification and generate class files conforming to the
     1.9 - * Java Virtual Machine specification.  The versions of these
    1.10 + * <p>An instance implementing this interface must conform to
    1.11 + * <cite>The Java&trade; Language Specification</cite>
    1.12 + * and generate class files conforming to
    1.13 + * <cite>The Java&trade; Virtual Machine Specification</cite>.
    1.14 + * The versions of these
    1.15   * specifications are defined in the {@linkplain Tool} interface.
    1.16   *
    1.17   * Additionally, an instance of this interface supporting {@link

mercurial