mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8272374: doclint should report missing "body" comments
Reviewed-by: kcr, hannesw
This commit is contained in:
parent
b2c272d4e2
commit
ae45592d33
37 changed files with 270 additions and 129 deletions
|
@ -9,13 +9,17 @@
|
|||
* @author jlahoda
|
||||
*/
|
||||
|
||||
/**@deprecated*/
|
||||
/**
|
||||
* .
|
||||
* @deprecated*/
|
||||
public class EndWithIdentifierTest {
|
||||
|
||||
/**{@link*/
|
||||
private void unfinishedInlineTagName() {}
|
||||
|
||||
/**@see List*/
|
||||
/**
|
||||
* .
|
||||
* @see List*/
|
||||
private void endsWithIdentifier() {}
|
||||
|
||||
/**&*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue