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
|
@ -16,4 +16,7 @@ public class SummaryTest {
|
|||
|
||||
/** {@summary legal} text {@summary illegal} **/
|
||||
public void m2() {}
|
||||
|
||||
/** . */
|
||||
private SummaryTest() { }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue