On Sat, 4 Dec 2021 03:07:03 GMT, ANUPAM DEV <[email protected]> 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.

This pull request has now been integrated.

Changeset: 239362da
Author:    ANUPAM DEV <[email protected]>
Committer: Alexey Ivanov <[email protected]>
URL:       
https://git.openjdk.java.net/jdk/commit/239362da51e70b9e968cb488b7c2ec9d91c32837
Stats:     19 lines in 2 files changed: 8 ins; 0 del; 11 mod

8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

Reviewed-by: aivanov, prr

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

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

Reply via email to