提交 c41d63a2 编写于 作者: H henryjen

8024874: Copy-paste typo in the spec for j.u.Comparator.thenComparing(Function, Comparator)

Reviewed-by: mduigou
上级 34eaab1f
......@@ -230,7 +230,7 @@ public interface Comparator<T> {
* @param keyComparator the {@code Comparator} used to compare the sort key
* @return a lexicographic-order comparator composed of this comparator
* and then comparing on the key extracted by the keyExtractor function
* @throws NullPointerException if the argument is null.
* @throws NullPointerException if either argument is null.
* @see #comparing(Function, Comparator)
* @see #thenComparing(Comparator)
* @since 1.8
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册