8278273: Remove unnecessary exclusion of doclint accessibility checks

Reviewed-by: iris, alanb, ihse
This commit is contained in:
Joe Darcy 2021-12-06 16:56:27 +00:00
parent 587e5409c2
commit 5045eb538b
7 changed files with 14 additions and 14 deletions

View file

@ -1,5 +1,5 @@
#
# Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2020, 2021, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -23,5 +23,5 @@
# questions.
#
DOCLINT += -Xdoclint:all/protected,-accessibility \
DOCLINT += -Xdoclint:all/protected \
'-Xdoclint/package:java.*,javax.*'