On Thu, 4 Aug 2022 20:30:00 GMT, Alexey Semenyuk <[email protected]> wrote:
>> Alex Kasko has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> reg method access, drop l10n entries, label check enhancement
>
> test/jdk/tools/jpackage/helpers/jdk/jpackage/test/WindowsHelper.java line 359:
>
>> 357: }
>> 358:
>> 359: public static String queryRegistryValue(String keyPath, String
>> valueName) {
>
> It should be sufficient to make it package private, not public.
Changed the modifier to package private.
-------------
PR: https://git.openjdk.org/jdk/pull/9753