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 r

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 re

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

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 specif

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

2023-10-22 Thread Hamlin Li
On Wed, 11 Oct 2023 05:29:22 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 identi

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

2023-10-22 Thread Jaikiran Pai
On Wed, 11 Oct 2023 05:29:22 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 identi