RFR: 8344337: SecurityManager cleanup in java.prefs module [v5]

Brent Christian bchristi at openjdk.org
Thu Nov 21 20:32:24 UTC 2024


On Thu, 21 Nov 2024 06:50:42 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:

>> Brent Christian has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   indentation fixes
>
> src/java.prefs/unix/classes/java/util/prefs/FileSystemPreferences.java line 577:
> 
>> 575:                 XmlSupport.importMap(fis, m);
>> 576:             }
>> 577:         } catch(Exception e) {
> 
> Suggestion:
> 
>         } catch (Exception e) {

Most catch statements in this file do not have a space.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22252#discussion_r1852840179


More information about the core-libs-dev mailing list