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
|
@ -29,5 +29,8 @@ public class EndWithIdentifierTest {
|
|||
|
||||
/**<a name*/
|
||||
private void attribute() {}
|
||||
|
||||
/** . */
|
||||
EndWithIdentifierTest() { }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue