On Thu, 20 Jan 2022 14:46:28 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. > > Xue-Lei Andrew Fan has updated the pull request incrementally with one > additional commit since the last revision: > > Update per feedback Marked as reviewed by mullan (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/7152