On Thu, 14 May 2026 12:40:19 GMT, Alexey Ivanov <[email protected]> wrote:
> Change the description of `mouseDragged` and `mouseMoved` in the > [`MouseMotionAdapter` > class](https://docs.oracle.com/en/java/javase/26/docs/api/java.desktop/java/awt/event/MouseMotionAdapter.html) > to `{@inheritDoc}`. The custom description didn't provide additional > information about the methods and repeated the description from the > [`MouseMotionListener` > interface](https://docs.oracle.com/en/java/javase/26/docs/api/java.desktop/java/awt/event/MouseMotionListener.html). > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). why the "inheritDoc" is need at all? to show that the spec exists in the parent class? ------------- PR Comment: https://git.openjdk.org/jdk/pull/31161#issuecomment-4501547647
