RFR: [15,docs] JDK-8247894,Invalid @see in java.management

Joe Darcy joe.darcy at oracle.com
Thu Jun 18 23:12:43 UTC 2020


+1

-Joe

On 6/18/2020 4:00 PM, Jonathan Gibbons wrote:
> 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.
>
> - at see <mailto:- at see>{@linkplain javax.management JMX Specification}
> + at see javax.management JMX Specification
>
>  @author Mandy Chung
>  @since 1.5
>


More information about the serviceability-dev mailing list