8026838: Fix new doclint issues in javax.annotation.processing

Reviewed-by: jjg
This commit is contained in:
Joe Darcy 2013-10-17 19:10:19 -07:00
parent 1761325728
commit f8e08a9965

View File

@ -209,11 +209,11 @@ public interface Processor {
* <dl>
* <dt><i>SupportedOptionString:</i>
* <dd><i>Identifiers</i>
* <p>
*
* <dt><i>Identifiers:</i>
* <dd> <i>Identifier</i>
* <dd> <i>Identifier</i> {@code .} <i>Identifiers</i>
* <p>
*
* <dt><i>Identifier:</i>
* <dd>Syntactic identifier, including keywords and literals
* </dl>
@ -250,7 +250,7 @@ public interface Processor {
* <dt><i>SupportedAnnotationTypeString:</i>
* <dd><i>TypeName</i> <i>DotStar</i><sub><i>opt</i></sub>
* <dd><tt>*</tt>
* <p>
*
* <dt><i>DotStar:</i>
* <dd><tt>.</tt> <tt>*</tt>
* </dl>