On Thu, 7 Sep 2023 17:23:20 GMT, Per Minborg <pminb...@openjdk.org> wrote:
>> This PR proposes to slightly improve some iterators of `AbstractMap`: >> >> * Code reuse >> * A field declared `final` >> * Add missing `@Override` annotations > > Per Minborg has updated the pull request incrementally with one additional > commit since the last revision: > > Remove @Override annotations Note, I had asked @minborg to remove the `@Override` annotations. They're generally not used in the collections framework, and where they are, they add a lot of clutter but not much value. ------------- PR Comment: https://git.openjdk.org/jdk/pull/15615#issuecomment-1710557583