< prev index next >
src/java.desktop/share/classes/javax/swing/text/rtf/RTFEditorKit.java
Print this page
*** 51,61 ****
}
/**
* Get the MIME type of the data that this
* kit represents support for. This kit supports
! * the type <code>text/rtf</code>.
*
* @return the type
*/
public String getContentType() {
return "text/rtf";
--- 51,61 ----
}
/**
* Get the MIME type of the data that this
* kit represents support for. This kit supports
! * the type {@code text/rtf}.
*
* @return the type
*/
public String getContentType() {
return "text/rtf";
< prev index next >