mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8284796: sun.security.ssl.Finished::toString misses a line feed in the message format pattern
Reviewed-by: xuelei
This commit is contained in:
parent
d41331e6f2
commit
d970820616
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2015, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -146,7 +146,7 @@ final class Finished {
|
|||
"\"Finished\": '{'\n" +
|
||||
" \"verify data\": '{'\n" +
|
||||
"{0}\n" +
|
||||
" '}'" +
|
||||
" '}'\n" +
|
||||
"'}'",
|
||||
Locale.ENGLISH);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue