--- jsr166/src/main/java/util/ComparableTimSort.java 2018/05/29 10:12:18 1.6 +++ jsr166/src/main/java/util/ComparableTimSort.java 2018/06/01 14:57:28 1.7 @@ -305,7 +305,7 @@ class ComparableTimSort { * @param a the array in which a run is to be counted and possibly reversed * @param lo index of the first element in the run * @param hi index after the last element that may be contained in the run. - It is required that {@code lo < hi}. + * It is required that {@code lo < hi}. * @return the length of the run beginning at the specified position in * the specified array */