mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +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
|
@ -2563,6 +2563,7 @@ public class LogManager {
|
|||
*
|
||||
* @since 1.5
|
||||
*/
|
||||
@SuppressWarnings("doclint:reference")
|
||||
public static final String LOGGING_MXBEAN_NAME
|
||||
= "java.util.logging:type=Logging";
|
||||
|
||||
|
@ -2581,6 +2582,7 @@ public class LogManager {
|
|||
* @since 1.5
|
||||
*/
|
||||
@Deprecated(since="9")
|
||||
@SuppressWarnings("doclint:reference")
|
||||
public static synchronized LoggingMXBean getLoggingMXBean() {
|
||||
return Logging.getInstance();
|
||||
}
|
||||
|
|
|
@ -52,6 +52,7 @@ package java.util.logging;
|
|||
* @see java.management/java.lang.management.PlatformLoggingMXBean
|
||||
*/
|
||||
@Deprecated(since="9")
|
||||
@SuppressWarnings("doclint:reference")
|
||||
public interface LoggingMXBean {
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue