Re: RFR: 8310351: Typo in ImmutableCollections [v2]

2024-02-25 Thread Jaikiran Pai
On Sun, 25 Feb 2024 11:37:05 GMT, Korov wrote: >> Fix the @param name > > Korov has updated the pull request incrementally with one additional commit > since the last revision: > > array -> collection Thank you for the update. The change is trivial and looks good to me. - Marke

Re: RFR: 8310351: Typo in ImmutableCollections [v2]

2024-02-25 Thread Korov
On Sun, 25 Feb 2024 11:37:05 GMT, Korov wrote: >> Fix the @param name > > Korov has updated the pull request incrementally with one additional commit > since the last revision: > > array -> collection src/java.base/share/classes/java/util/ImmutableCollections.java line 164: > 162: * >

Re: RFR: 8310351: Typo in ImmutableCollections [v2]

2024-02-25 Thread Korov
> Fix the @param name Korov has updated the pull request incrementally with one additional commit since the last revision: array -> collection - Changes: - all: https://git.openjdk.org/jdk/pull/17996/files - new: https://git.openjdk.org/jdk/pull/17996/files/d7b20743..a1cdf112

Re: RFR: 8310351: Typo in ImmutableCollections

2024-02-25 Thread Jaikiran Pai
On Sun, 25 Feb 2024 08:13:08 GMT, Korov wrote: > Fix the @param name src/java.base/share/classes/java/util/ImmutableCollections.java line 164: > 162: * > 163: * @param the List's element type > 164: * @param coll the input array Hello @Korov, while at it, can you also change th

Re: RFR: 8310351: Typo in ImmutableCollections

2024-02-25 Thread Korov
On Sun, 25 Feb 2024 08:27:41 GMT, Jim Laskey wrote: >> Fix the @param name > > Marked as reviewed by jlaskey (Reviewer). @JimLaskey Hi, this commit has passed all checks, I also executed the `/integrate` command. I need your help to execute the next command `/sponsor`. If there are other thing

Re: RFR: 8310351: Typo in ImmutableCollections

2024-02-25 Thread Jim Laskey
On Sun, 25 Feb 2024 08:13:08 GMT, Korov wrote: > Fix the @param name Marked as reviewed by jlaskey (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/17996#pullrequestreview-1899627681

RFR: 8310351: Typo in ImmutableCollections

2024-02-25 Thread Korov
Fix the @param name - Commit messages: - 8310351: Typo in ImmutableCollections Changes: https://git.openjdk.org/jdk/pull/17996/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=17996&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8310351 Stats: 1 line in 1 file change