RFR: 8294989: ResourceBundle naming convention issue in JdbcRowSetResourceBundle.java [v4]
Justin Lu
duke at openjdk.org
Fri Oct 21 17:24:23 UTC 2022
On Fri, 21 Oct 2022 01:08:36 GMT, Naoto Sato <naoto at openjdk.org> 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
More information about the core-libs-dev
mailing list