RFR: 8312075: FileChooser.win32.newFolder is not updated when changing Locale [v6]

Tejesh R tr at openjdk.org
Fri Sep 1 13:03:42 UTC 2023


On Fri, 1 Sep 2023 12:04:32 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

>> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Review fix
>
> test/jdk/javax/swing/JFileChooser/FileChooserNewFolderLocaleTest.java line 36:
> 
>> 34:  */
>> 35: public class FileChooserNewFolderLocaleTest {
>> 36:     static String FRENCH_NEW_FOLDER = "Nouveau dossier";
> 
> Suggestion:
> 
>     static final String FRENCH_NEW_FOLDER = "Nouveau dossier";

Updated both the review comments.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/15069#discussion_r1312994742


More information about the client-libs-dev mailing list