Please review a trivial fix for an invalid @see tag in java/lang/management/package.html. The presumed intent of the original is not a supported variant. The fix is to remove the
`{@linkplain ...}` wrapper.

-- Jon

JBS: https://bugs.openjdk.java.net/browse/JDK-8247894

Patch inline:

diff -r cf0df75c75c1 src/java.management/share/classes/java/lang/management/package.html --- a/src/java.management/share/classes/java/lang/management/package.html Thu Jun 18 14:07:49 2020 -0700 +++ b/src/java.management/share/classes/java/lang/management/package.html Thu Jun 18 15:51:09 2020 -0700
@@ -234,7 +234,7 @@

 <p> The java.lang.management API is thread-safe.

-@see <mailto:-@see>{@linkplain javax.management JMX Specification}
+@see javax.management JMX Specification

 @author Mandy Chung
 @since 1.5

Reply via email to