On Thu, 20 Jan 2022 14:16:43 GMT, Sean Mullan <mul...@openjdk.org> wrote:
>> Xue-Lei Andrew Fan has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Update per feedback > > src/java.base/share/classes/javax/net/ssl/SSLParameters.java line 619: > >> 617: * >> 618: * @return a non-null, possibly zero-length array of application >> protocol >> 619: * {@code String}s. The array is placed in descending >> order of > > The phrase "descending order" seems more appropriate for numerical values. I > think the previous wording was more clear, with a small change: "The array is > ordered based on protocol preference, with the first entry being the most > preferred." Hm, much better. Thanks! ------------- PR: https://git.openjdk.java.net/jdk/pull/7152