On Fri, 3 Dec 2021 07:30:43 GMT, ANUPAM DEV <d...@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