This patch adds missing `@Override` annotations to methods in the `com.sun.java.swing.plaf.motif` package that override methods from a superclass or interface. Only source annotations are added; there are no behavioral changes.
The previous patch for `com.sun.beans` can be found here: https://github.com/openjdk/jdk/pull/27887. ------------- Commit messages: - 8374493: Add missing @Override annotations in "com.sun.java.swing.plaf.motif" package Changes: https://git.openjdk.org/jdk/pull/29026/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=29026&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8374493 Stats: 377 lines in 37 files changed: 340 ins; 0 del; 37 mod Patch: https://git.openjdk.org/jdk/pull/29026.diff Fetch: git fetch https://git.openjdk.org/jdk.git pull/29026/head:pull/29026 PR: https://git.openjdk.org/jdk/pull/29026
