File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/sun/security/ssl Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright (c) 2015, 2021 , Oracle and/or its affiliates. All rights reserved.
2
+ * Copyright (c) 2015, 2024 , Oracle and/or its affiliates. All rights reserved.
3
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
4
*
5
5
* This code is free software; you can redistribute it and/or modify it
@@ -904,8 +904,8 @@ private ProtocolVersion negotiateProtocol(
904
904
throw context .conContext .fatal (Alert .PROTOCOL_VERSION ,
905
905
"The client supported protocol versions " + Arrays .toString (
906
906
ProtocolVersion .toStringArray (clientSupportedVersions )) +
907
- " are not accepted by server preferences " +
908
- context .activeProtocols );
907
+ " are not accepted by server preferences " + Arrays . toString (
908
+ ProtocolVersion . toStringArray ( context .activeProtocols )) );
909
909
}
910
910
}
911
911
You can’t perform that action at this time.
0 commit comments