On Thu, 21 Nov 2024 06:50:42 GMT, Andrey Turbanov <aturba...@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