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: Constr

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

2023-10-10 Thread ANUPAM DEV
g 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://gi

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

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: C

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: C

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