RFR: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

Phil Race prr at openjdk.java.net
Mon Dec 6 17:44:19 UTC 2021


On Sat, 4 Dec 2021 03:07:03 GMT, ANUPAM DEV <duke at openjdk.java.net> wrote:

> The documentation for following methods used object equality mentioning 'equals()'. I have replaced the equals() with == operator where necessary with some formattings.
> 
> sun.awt.util.IdentityLinkedList#contains
> sun.awt.util.IdentityArrayList#contains
> sun.awt.util.IdentityArrayList#indexOf
> sun.awt.util.IdentityArrayList#lastIndexOf
> sun.awt.util.IdentityArrayList#remove(java.lang.Object) 
> 
> Kindly review the change.

Marked as reviewed by prr (Reviewer).

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

PR: https://git.openjdk.java.net/jdk/pull/6710



More information about the client-libs-dev mailing list