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
|
@ -10,6 +10,9 @@
|
|||
|
||||
/** . */
|
||||
public class EmptySinceTest { /** . */ EmptySinceTest() { }
|
||||
/** @since */
|
||||
/**
|
||||
* .
|
||||
* @since
|
||||
*/
|
||||
void emptySince() { }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue