RFR: 8346982: Remove JMX javadoc duplication that was in place due to JDK-6369229
Kevin Walls
kevinw at openjdk.org
Mon Jun 16 07:32:33 UTC 2025
On Fri, 13 Jun 2025 14:21:59 GMT, Kevin Walls <kevinw at openjdk.org> wrote:
> Remove unnecessary javadoc duplication.
>
> Both of these files:
> src/java.management/share/classes/javax/management/modelmbean/DescriptorSupport.java
> src/java.management/share/classes/javax/management/ImmutableDescriptor.java
>
> ..have two instances of this comment:
> // Note: this Javadoc is copied from javax.management.Descriptor
> // due to 6369229.
>
> JDK-6369229 is long since resolved, the Javadoc duplication can be removed.
>
> In the new doc build, we still have javadoc for equals() hashCode(), with e.g.:
> "Description copied from interface: Descriptor"
Thanks Alex!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/25803#issuecomment-2975399613
More information about the serviceability-dev
mailing list