< prev index next >

src/jdk.javadoc/share/classes/jdk/javadoc/doclet/Doclet.java

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

*** 69,79 **** */ void init(Locale locale, Reporter reporter); /** * Returns a name identifying the doclet. A name is a simple identifier ! * without white spaces, as defined in <cite>The Java&trade; Language Specification</cite>, * section 6.2 "Names and Identifiers". * * @return name of the Doclet */ String getName(); --- 69,79 ---- */ void init(Locale locale, Reporter reporter); /** * Returns a name identifying the doclet. A name is a simple identifier ! * without white spaces, as defined in <cite>The Java Language Specification</cite>, * section 6.2 "Names and Identifiers". * * @return name of the Doclet */ String getName();
< prev index next >