mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-19 04:13:07 +00:00
8026838: Fix new doclint issues in javax.annotation.processing
Reviewed-by: jjg
This commit is contained in:
parent
1761325728
commit
f8e08a9965
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user