< prev index next >

src/java.desktop/share/classes/javax/swing/text/rtf/RTFEditorKit.java

Print this page

        

@@ -51,11 +51,11 @@
     }
 
     /**
      * Get the MIME type of the data that this
      * kit represents support for.  This kit supports
-     * the type <code>text/rtf</code>.
+     * the type {@code text/rtf}.
      *
      * @return the type
      */
     public String getContentType() {
         return "text/rtf";
< prev index next >