jdk/src/share/classes/java/lang/Class.java
changeset 19031 6c9afe6dad33
parent 18827 ecbd9c8bef12
child 19588 5f7c7cdd74e9
child 20839 a3fd5c769680
--- a/jdk/src/share/classes/java/lang/Class.java	Thu Jul 18 11:02:02 2013 -0700
+++ b/jdk/src/share/classes/java/lang/Class.java	Thu Jul 18 23:16:52 2013 -0700
@@ -157,10 +157,10 @@
      *
      * The string is formatted as a list of type modifiers, if any,
      * followed by the kind of type (empty string for primitive types
-     * and {@code class}, {@code enum}, {@code interface}, or {@code
-     * @interface}, as appropriate), followed by the type's name,
-     * followed by an angle-bracketed comma-separated list of the
-     * type's type parameters, if any.
+     * and {@code class}, {@code enum}, {@code interface}, or
+     * <code>&#64;</code>{@code interface}, as appropriate), followed
+     * by the type's name, followed by an angle-bracketed
+     * comma-separated list of the type's type parameters, if any.
      *
      * A space is used to separate modifiers from one another and to
      * separate any modifiers from the kind of type. The modifiers