On Tue, 6 Sep 2022 22:48:00 GMT, Weijun Wang <wei...@openjdk.org> wrote:
>> Mark Powers has updated the pull request incrementally with one additional >> commit since the last revision: >> >> white space > > src/java.base/share/classes/sun/security/ssl/CertificateMessage.java line 610: > >> 608: X509TrustManager tm = chc.sslContext.getX509TrustManager(); >> 609: >> 610: // Find the key exchange algorithm used. > > Not a native English speaker, but I find "find out" better. You are right. Use "find" for objects, e.g. "I have to find my car". Use "find out" for information, e.g. "Find out when the party starts". > src/java.base/share/classes/sun/security/ssl/DTLSRecord.java line 40: > >> 38: * The size of the header plus the max IV length >> 39: */ >> 40: int headerPlusMaxIVSize = > > Maybe join the next line? Same below. Fixed. ------------- PR: https://git.openjdk.org/jdk/pull/9972