RFR: 8317846: Typo in API documentation of classes IdentityHashMap

2023-10-10 Thread ANUPAM DEV
Hello,

I have fixed the typo in the comment for the constructor IdentityHashMap(Map m) 

before: Constructs a new identity hash map containing the keys-value mappings 
in the specified map.
after: Constructs a new identity hash map containing the key-value mappings in 
the specified map.

Please review the change.

Regards,
Anupam

-

Commit messages:
 - 8317846: Typo in API documentation of classes IdentityHashMap
 - Merge branch 'openjdk:master' into master
 - Merge branch 'openjdk:master' into master
 - Merge branch 'openjdk:master' into master
 - Merge pull request #1 from anupamdev20/JDK-8255675
 - 8255675: Typo in java.net.HttpURLConnection

Changes: https://git.openjdk.org/jdk/pull/16132/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16132&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8317846
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/16132.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16132/head:pull/16132

PR: https://git.openjdk.org/jdk/pull/16132


Re: RFR: 8317846: Typo in API documentation of classes IdentityHashMap

2023-10-10 Thread ANUPAM DEV
On Wed, 11 Oct 2023 04:05:48 GMT, ANUPAM DEV  wrote:

> Hello,
> 
> I have fixed the typo in the comment for the constructor 
> IdentityHashMap(Map m) 
> 
> before: Constructs a new identity hash map containing the keys-value mappings 
> in the specified map.
> after: Constructs a new identity hash map containing the key-value mappings 
> in the specified map.
> 
> Please review the change.
> 
> Regards,
> Anupam

The checks were failing

-

PR Comment: https://git.openjdk.org/jdk/pull/16132#issuecomment-1756760760


Withdrawn: 8317846: Typo in API documentation of classes IdentityHashMap

2023-10-10 Thread ANUPAM DEV
On Wed, 11 Oct 2023 04:05:48 GMT, ANUPAM DEV  wrote:

> Hello,
> 
> I have fixed the typo in the comment for the constructor 
> IdentityHashMap(Map m) 
> 
> before: Constructs a new identity hash map containing the keys-value mappings 
> in the specified map.
> after: Constructs a new identity hash map containing the key-value mappings 
> in the specified map.
> 
> Please review the change.
> 
> Regards,
> Anupam

This pull request has been closed without being integrated.

-

PR: https://git.openjdk.org/jdk/pull/16132


RFR: 8317846: Typo in API documentation of classes IdentityHashMap

2023-10-10 Thread ANUPAM DEV
Hello,

I have fixed the typo in the comment for the constructor IdentityHashMap(Map m)

before: Constructs a new identity hash map containing the keys-value mappings 
in the specified map.
after: Constructs a new identity hash map containing the key-value mappings in 
the specified map.

Please review the change.

Regards,
Anupam

-

Commit messages:
 - Updated comment in the constructor IdentityHashMap(Map m)

Changes: https://git.openjdk.org/jdk/pull/16134/files
 Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16134&range=00
  Issue: https://bugs.openjdk.org/browse/JDK-8317846
  Stats: 2 lines in 1 file changed: 0 ins; 0 del; 2 mod
  Patch: https://git.openjdk.org/jdk/pull/16134.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16134/head:pull/16134

PR: https://git.openjdk.org/jdk/pull/16134


Re: RFR: 8317846: Typo in API documentation of classes IdentityHashMap [v2]

2023-10-10 Thread ANUPAM DEV
> Hello,
> 
> I have fixed the typo in the comment for the constructor 
> IdentityHashMap(Map m)
> 
> before: Constructs a new identity hash map containing the keys-value mappings 
> in the specified map.
> after: Constructs a new identity hash map containing the key-value mappings 
> in the specified map.
> 
> Please review the change.
> 
> Regards,
> Anupam

ANUPAM DEV has updated the pull request incrementally with one additional 
commit since the last revision:

  Reverted the Copyright year to 2022

-

Changes:
  - all: https://git.openjdk.org/jdk/pull/16134/files
  - new: https://git.openjdk.org/jdk/pull/16134/files/134e8d7f..62493559

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=16134&range=01
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=16134&range=00-01

  Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod
  Patch: https://git.openjdk.org/jdk/pull/16134.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/16134/head:pull/16134

PR: https://git.openjdk.org/jdk/pull/16134


Integrated: 8317846: Typo in API documentation of classes IdentityHashMap

2024-01-02 Thread ANUPAM DEV
On Wed, 11 Oct 2023 04:45:20 GMT, ANUPAM DEV  wrote:

> Hello,
> 
> I have fixed the typo in the comment for the constructor 
> IdentityHashMap(Map m)
> 
> before: Constructs a new identity hash map containing the keys-value mappings 
> in the specified map.
> after: Constructs a new identity hash map containing the key-value mappings 
> in the specified map.
> 
> Please review the change.
> 
> Regards,
> Anupam

This pull request has now been integrated.

Changeset: d4fb3088
Author:ANUPAM DEV 
Committer: Jaikiran Pai 
URL:   
https://git.openjdk.org/jdk/commit/d4fb30885b007baab243536458a54b6ade610218
Stats: 1 line in 1 file changed: 0 ins; 0 del; 1 mod

8317846: Typo in API documentation of classes IdentityHashMap

Reviewed-by: mli, jpai

-

PR: https://git.openjdk.org/jdk/pull/16134