Withdrawn: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

2021-12-03 Thread ANUPAM DEV
On Fri, 3 Dec 2021 07:30:43 GMT, ANUPAM DEV 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#lastInd

Withdrawn: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

2021-12-02 Thread ANUPAM DEV
On Fri, 3 Dec 2021 06:33:45 GMT, ANUPAM DEV 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#