On Thu, 20 Jan 2022 07:12:42 GMT, Xue-Lei Andrew Fan <xue...@openjdk.org> wrote:
> In the getApplicationProtocols() method in javax.net.ssl.SSLParameters, the > return statement says that "The array is ordered based on protocol > preference, with protocols[0] being the most preferred.". However, there is > no "protocols" variable in this method. > > The update is a minor correction so that the specification is not rely on the > "protocols" variable. Marked as reviewed by dfuchs (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7152