On Thu, 14 Jan 2021 15:45:43 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Jamil Nimeh has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Minor grammatical fixes > > src/java.base/share/conf/security/java.security line 455: > >> 453: # max_retries and timeout are optional numerical parameters (default >> 1 and >> 454: # 5000, which means once and 5 seconds). Please notes that if any of >> the >> 455: # values defined here is more than what is defined in krb5.conf, it >> will be > > Typo: s/is more/are more/ Done. Good catch. > src/java.base/share/conf/security/java.security line 454: > >> 452: # configuration, but with smaller max_retries and timeout values. >> 453: # max_retries and timeout are optional numerical parameters (default >> 1 and >> 454: # 5000, which means once and 5 seconds). Please notes that if any of >> the > > Typo: s/notes/note/ fixed ------------- PR: https://git.openjdk.java.net/jdk/pull/2074