On Fri, 18 Nov 2022 22:50:17 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Sean Coffey has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Review comment from Sean M > > src/java.base/share/conf/security/java.security line 29: > >> 27: # an unspecified error when initializing the java.security.Security >> class. >> 28: # Properties in this file are typically parsed only once. Any >> modification >> 29: # would require an application restart to reflect changes. > > Maybe change the second sentence to "If any of the properties are modified, > applications should be restarted to ensure the changes are properly > reflected." > > This makes it more consistent with the words in the first sentence. Thanks for the review. Change implemented. ------------- PR: https://git.openjdk.org/jdk/pull/11208