This patch adds missing `@Override` annotations to methods in the 
`com.sun.beans` package that override superclass or interface methods.
Only source annotations are added; there are no behavioral changes.

Unlike the previous patches, I have skipped adding the `final` to classes, 
since it should be done carefully when applied to shared code. So I do not want 
to mix it with other changes.

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

Commit messages:
 - 8370197: Add missing @Override annotations in com.sun.beans package

Changes: https://git.openjdk.org/jdk/pull/27887/files
  Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=27887&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8370197
  Stats: 97 lines in 17 files changed: 80 ins; 0 del; 17 mod
  Patch: https://git.openjdk.org/jdk/pull/27887.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/27887/head:pull/27887

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

Reply via email to