--- a/langtools/src/share/classes/javax/tools/JavaCompiler.java Tue Apr 12 20:58:06 2011 -0700
+++ b/langtools/src/share/classes/javax/tools/JavaCompiler.java Wed Apr 13 11:35:43 2011 -0700
@@ -58,9 +58,11 @@
* standard file manager such as the one returned by {@linkplain
* #getStandardFileManager getStandardFileManager}.
*
- * <p>An instance implementing this interface must conform to the Java
- * Language Specification and generate class files conforming to the
- * Java Virtual Machine specification. The versions of these
+ * <p>An instance implementing this interface must conform to
+ * <cite>The Java™ Language Specification</cite>
+ * and generate class files conforming to
+ * <cite>The Java™ Virtual Machine Specification</cite>.
+ * The versions of these
* specifications are defined in the {@linkplain Tool} interface.
*
* Additionally, an instance of this interface supporting {@link