8271159: [REDO] JDK-8249634 doclint should report implicit constructor as missing javadoc comments

Reviewed-by: darcy
This commit is contained in:
Jonathan Gibbons 2021-08-11 18:03:40 +00:00
parent 619422764d
commit ec8d3badc8
77 changed files with 236 additions and 115 deletions

View file

@ -10,4 +10,5 @@
/** @author */
public class EmptyAuthorTest {
/** */ EmptyAuthorTest() { }
}