mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8280534: Enable compile-time doclint reference checking
Reviewed-by: serb, naoto, mchung, lancea, iris
This commit is contained in:
parent
4191b2b9b9
commit
4dbebb62aa
21 changed files with 28 additions and 7 deletions
|
@ -1240,6 +1240,7 @@ public final class System {
|
|||
* @see java.lang.System.LoggerFinder
|
||||
* @see java.lang.System.Logger
|
||||
*/
|
||||
@SuppressWarnings("doclint:reference") // cross-module links
|
||||
public enum Level {
|
||||
|
||||
// for convenience, we're reusing java.util.logging.Level int values
|
||||
|
@ -1600,6 +1601,7 @@ public final class System {
|
|||
*
|
||||
* @since 9
|
||||
*/
|
||||
@SuppressWarnings("doclint:reference") // cross-module links
|
||||
public abstract static class LoggerFinder {
|
||||
/**
|
||||
* The {@code RuntimePermission("loggerFinder")} is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue