On Fri, 21 Oct 2022 01:08:36 GMT, Naoto Sato <[email protected]> wrote:
>> Justin Lu has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Run Validate_.java in othervm mode
>
> test/jdk/javax/sql/resourceBundleTests/ValidateGetBundle.java line 61:
>
>> 59: Locale.US,
>> JdbcRowSetResourceBundle.class.getModule());
>> 60: if (!expectBundle) {
>> 61: String message = "$$$ '%s' shouldn't have loaded!%n";
>
> variable `message` is not needed
Got rid of it 😃
-------------
PR: https://git.openjdk.org/jdk/pull/10612