RFR: 8291924: jpackage: l10n for Windows context menu label [v2]
Alex Kasko
akasko at openjdk.org
Fri Aug 5 17:07:25 UTC 2022
On Thu, 4 Aug 2022 20:30:00 GMT, Alexey Semenyuk <asemenyuk at openjdk.org> 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
More information about the core-libs-dev
mailing list