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" Marked as reviewed by amenkov (Reviewer). ------------- PR Review: https://git.openjdk.org/jdk/pull/25803#pullrequestreview-2926789452