8278175: Enable all doclint warnings for build of java.desktop

Reviewed-by: erikj, prr
This commit is contained in:
Joe Darcy 2021-12-04 02:12:35 +00:00
parent 24e16ac637
commit 02ee337ae0
20 changed files with 34 additions and 18 deletions

View file

@ -151,6 +151,7 @@ import sun.awt.AWTAccessor;
*
* @since 1.1
*/
@SuppressWarnings("doclint:missing")
public class KeyEvent extends InputEvent {
/**