Re: RFR: JDK-8310975 java.util.FormatItemModifier should not be protected

2023-06-27 Thread Lance Andersen
On Tue, 27 Jun 2023 16:11:43 GMT, Jim Laskey wrote: > The nested class is incorrectly marked as protected. Marked as reviewed by lancea (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/14681#pullrequestreview-1501494580

Re: RFR: JDK-8310975 java.util.FormatItemModifier should not be protected

2023-06-27 Thread Iris Clark
On Tue, 27 Jun 2023 16:11:43 GMT, Jim Laskey wrote: > The nested class is incorrectly marked as protected. Marked as reviewed by iris (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/14681#pullrequestreview-1501400084

Re: RFR: JDK-8310975 java.util.FormatItemModifier should not be protected

2023-06-27 Thread Joe Darcy
On Tue, 27 Jun 2023 16:11:43 GMT, Jim Laskey wrote: > The nested class is incorrectly marked as protected. Marked as reviewed by darcy (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/14681#pullrequestreview-1501391798

Re: RFR: JDK-8310975 java.util.FormatItemModifier should not be protected

2023-06-27 Thread Alan Bateman
On Tue, 27 Jun 2023 16:11:43 GMT, Jim Laskey wrote: > The nested class is incorrectly marked as protected. Marked as reviewed by alanb (Reviewer). - PR Review: https://git.openjdk.org/jdk/pull/14681#pullrequestreview-1501387697

RFR: JDK-8310975 java.util.FormatItemModifier should not be protected

2023-06-27 Thread Jim Laskey
The nested class is incorrectly marked as protected. - Commit messages: - Remove protected from FormatItemModifier Changes: https://git.openjdk.org/jdk/pull/14681/files Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=14681&range=00 Issue: https://bugs.openjdk.org/browse/JDK-8310