Withdrawn: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

ANUPAM DEV duke at openjdk.java.net
Sat Dec 4 02:50:20 UTC 2021


On Fri, 3 Dec 2021 07:30:43 GMT, ANUPAM DEV <duke at openjdk.java.net> wrote:

> The documentation for following methods used equals() for object equality:
> 
> 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)
> 
> I have updated the comments to use "==" operator for object equality. Kindly review the changes for the same.

This pull request has been closed without being integrated.

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

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



More information about the client-libs-dev mailing list