Re: RFR: 8340537: Typo in javadoc of java.util.jar.JarFile

2024-09-20 Thread Jaikiran Pai
On Fri, 20 Sep 2024 12:30:00 GMT, Jaikiran Pai wrote: > Can I please get a review of this trivial typo fix in `JarFile` class' > javadoc? Thank you all for the reviews. - PR Comment: https://git.openjdk.org/jdk/pull/21108#issuecomment-2364052197

Re: RFR: 8340537: Typo in javadoc of java.util.jar.JarFile

2024-09-20 Thread Iris Clark
On Fri, 20 Sep 2024 12:30:00 GMT, Jaikiran Pai wrote: > Can I please get a review of this trivial typo fix in `JarFile` class' > javadoc? Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/21108#pullrequestreview-2318683971

Re: RFR: 8340537: Typo in javadoc of java.util.jar.JarFile

2024-09-20 Thread Lance Andersen
On Fri, 20 Sep 2024 12:30:00 GMT, Jaikiran Pai wrote: > Can I please get a review of this trivial typo fix in `JarFile` class' > javadoc? Marked as reviewed by lancea (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/21108#pullrequestreview-2318248221

Re: RFR: 8340537: Typo in javadoc of java.util.jar.JarFile

2024-09-20 Thread Sean Mullan
On Fri, 20 Sep 2024 12:30:00 GMT, Jaikiran Pai wrote: > Can I please get a review of this trivial typo fix in `JarFile` class' > javadoc? Marked as reviewed by mullan (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/21108#pullrequestreview-2318183860

RFR: 8340537: Typo in javadoc of java.util.jar.JarFile

2024-09-20 Thread Jaikiran Pai
Can I please get a review of this trivial typo fix in `JarFile` class' javadoc? - Commit messages: - 8340537: Typo in javadoc of java.util.jar.JarFile Changes: https://git.openjdk.org/jdk/pull/21108/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21108&range=00 Issue: htt