> 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.
Sergey Bylokhov has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains two additional commits since the last revision: - Merge branch 'openjdk:master' into JDK-8370197 - 8370197: Add missing @Override annotations in com.sun.beans package ------------- Changes: - all: https://git.openjdk.org/jdk/pull/27887/files - new: https://git.openjdk.org/jdk/pull/27887/files/68d5e206..104cbae6 Webrevs: - full: https://webrevs.openjdk.org/?repo=jdk&pr=27887&range=01 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=27887&range=00-01 Stats: 17829 lines in 386 files changed: 10904 ins; 4143 del; 2782 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
