Withdrawn: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList
ANUPAM DEV
duke at openjdk.java.net
Fri Dec 3 06:55:23 UTC 2021
On Fri, 3 Dec 2021 06:33:45 GMT, ANUPAM DEV <duke at openjdk.java.net> wrote:
> The following methods were having improper improper as they mentioned 'equals()' while comparing two objects. The comments have been changed to reflect the comparison of two objects using == operator.
>
> 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)
>
> Please review the changes.
> Thanks!
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.java.net/jdk/pull/6691
More information about the net-dev
mailing list