8280363: Minor correction of ALPN specification in SSLParameters

Reviewed-by: dfuchs, mullan
This commit is contained in:
Xue-Lei Andrew Fan 2022-01-20 16:50:17 +00:00
parent ec8b6acff3
commit 0ea2b39035

View File

@ -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
*/