RFR: 8255675: Typo in java.net.HttpURLConnection

2020-11-16 Thread ANUPAM DEV
8255675: Typo in java.net.HttpURLConnection - Commit messages: - Merge pull request #1 from anupamdev20/JDK-8255675 - 8255675: Typo in java.net.HttpURLConnection Changes: https://git.openjdk.java.net/jdk/pull/1250/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1250&ra

Re: RFR: 8255675: Typo in java.net.HttpURLConnection

2020-11-17 Thread ANUPAM DEV
On Tue, 17 Nov 2020 07:50:10 GMT, ANUPAM DEV wrote: > 8255675: Typo in java.net.HttpURLConnection Hello All, Could you please review this fix? Bug: https://bugs.openjdk.java.net/browse/JDK-8255675 Problem description: In the getResponseCode method, the following comment was unclear: &qu

Integrated: 8255675: Typo in java.net.HttpURLConnection

2020-11-23 Thread ANUPAM DEV
On Tue, 17 Nov 2020 07:50:10 GMT, ANUPAM DEV wrote: > 8255675: Typo in java.net.HttpURLConnection This pull request has now been integrated. Changeset: 895cc4f0 Author: ANUPAM DEV <73814169+anupamde...@users.noreply.github.com> Committer: Julia Boes URL: https://git.openjdk

RFR: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

2021-12-02 Thread ANUPAM DEV
Updated sun.awt.util.IdentityArrayList and sun.awt.util.IdentityLinkedList - Commit messages: - Javadoc incorrect for IdentityArrayList, IdentityLinkedList - Merge pull request #1 from anupamdev20/JDK-8255675 - 8255675: Typo in java.net.HttpURLConnection Changes: https://git.openj

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.aw

RFR: 8247973: Javadoc incorrect for IdentityArrayList, IdentityLinkedList

2021-12-02 Thread ANUPAM DEV
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 h

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