On Mon, 7 Mar 2022 20:30:07 GMT, Bradford Wetmore <wetm...@openjdk.org> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> typo correction > > src/java.base/share/classes/sun/security/ssl/SSLTrafficKeyDerivation.java > line 158: > >> 156: } catch (GeneralSecurityException gse) { >> 157: throw new SSLHandshakeException( >> 158: "Could not generate secret", gse); > > I can't quite tell given the coloring, but did this get changed into a tab? Yes, I added 4 more whitespaces in line 158. ------------- PR: https://git.openjdk.java.net/jdk/pull/7722