8343486: Remove unnecessary @SuppressWarnings annotations and -Xlint:-foo options

Reviewed-by: ihse
This commit is contained in:
Archie Cobbs 2024-11-05 15:44:54 +00:00
parent 0b733e9a22
commit c799cad1de
13 changed files with 8 additions and 119 deletions

View file

@ -23,7 +23,7 @@
# questions.
#
DISABLED_WARNINGS_java += dangling-doc-comments this-escape
DISABLED_WARNINGS_java += dangling-doc-comments
DOCLINT += -Xdoclint:all/protected \
'-Xdoclint/package:java.*,javax.*'