mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8280363: Minor correction of ALPN specification in SSLParameters
Reviewed-by: dfuchs, mullan
This commit is contained in:
parent
ec8b6acff3
commit
0ea2b39035
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ public class SSLParameters {
|
|||
*
|
||||
* @return a non-null, possibly zero-length array of application protocol
|
||||
* {@code String}s. The array is ordered based on protocol
|
||||
* preference, with {@code protocols[0]} being the most preferred.
|
||||
* preference, with the first entry being the most preferred.
|
||||
* @see #setApplicationProtocols
|
||||
* @since 9
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue