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 11/*
2- * Copyright (c) 2015, 2022 , Oracle and/or its affiliates. All rights reserved.
2+ * Copyright (c) 2015, 2024 , Oracle and/or its affiliates. All rights reserved.
33 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44 *
55 * This code is free software; you can redistribute it and/or modify it
@@ -903,8 +903,8 @@ private ProtocolVersion negotiateProtocol(
903903 throw context .conContext .fatal (Alert .PROTOCOL_VERSION ,
904904 "The client supported protocol versions " + Arrays .toString (
905905 ProtocolVersion .toStringArray (clientSupportedVersions )) +
906- " are not accepted by server preferences " +
907- context .activeProtocols );
906+ " are not accepted by server preferences " + Arrays . toString (
907+ ProtocolVersion . toStringArray ( context .activeProtocols )) );
908908 }
909909 }
910910
You can’t perform that action at this time.
0 commit comments