< prev index next >

src/java.compiler/share/classes/javax/tools/Diagnostic.java

Print this page
rev 60127 : 8249205: Remove unnecessary trademark symbols

@@ -69,11 +69,11 @@
          * completing normally.
          */
         WARNING,
         /**
          * Problem similar to a warning, but is mandated by the tool's
-         * specification.  For example, the Java&trade; Language
+         * specification.  For example, the Java Language
          * Specification mandates warnings on certain
          * unchecked operations and the use of deprecated methods.
          */
         MANDATORY_WARNING,
         /**
< prev index next >