mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments
Reviewed-by: darcy
This commit is contained in:
parent
619422764d
commit
ec8d3badc8
77 changed files with 236 additions and 115 deletions
|
@ -9,7 +9,7 @@
|
|||
*/
|
||||
|
||||
/** . */
|
||||
public class EmptyParamTest {
|
||||
public class EmptyParamTest { /** . */ EmptyParamTest() { }
|
||||
/** @param i */
|
||||
void emptyParam(int i) { }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue