On Fri, 13 Jun 2025 14:21:59 GMT, Kevin Walls <kev...@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" This pull request has now been integrated. Changeset: 8416ca31 Author: Kevin Walls <kev...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/8416ca3104d98edad89ed20bdb203a36974f410a Stats: 93 lines in 2 files changed: 0 ins; 93 del; 0 mod 8346982: Remove JMX javadoc duplication that was in place due to JDK-6369229 Reviewed-by: amenkov ------------- PR: https://git.openjdk.org/jdk/pull/25803