On Wed, 20 Nov 2024 22:43:44 GMT, Brent Christian <bchri...@openjdk.org> wrote:
>> Remove usages of SecurityManager, doPrivildged, and AccessController from >> the java.prefs module. > > 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 208: > 206: systemRootModFile = > 207: new File (systemRootDir,".systemRootModFile"); > 208: if (!systemRootModFile.exists() && isSystemRootWritable) let's add braces here too ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22252#discussion_r1851461711