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).

-------------

Commit messages:
 - Add @Override annotations to methods implementing the interface
 - 8291470: Description change for mouseMoved method in 
java.awt.event.MouseMotionAdapter

Changes: https://git.openjdk.org/jdk/pull/31161/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=31161&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8291470
  Stats: 12 lines in 1 file changed: 2 ins; 5 del; 5 mod
  Patch: https://git.openjdk.org/jdk/pull/31161.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/31161/head:pull/31161

PR: https://git.openjdk.org/jdk/pull/31161

Reply via email to