ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/TimSort.java
(Generate patch)

Comparing jsr166/src/main/java/util/TimSort.java (file contents):
Revision 1.7 by dl, Tue May 29 10:12:17 2018 UTC vs.
Revision 1.8 by jsr166, Fri Jun 1 14:57:28 2018 UTC

# Line 339 | Line 339 | class TimSort<T> {
339       * @param a the array in which a run is to be counted and possibly reversed
340       * @param lo index of the first element in the run
341       * @param hi index after the last element that may be contained in the run.
342 <              It is required that {@code lo < hi}.
342 >     *        It is required that {@code lo < hi}.
343       * @param c the comparator to used for the sort
344       * @return  the length of the run beginning at the specified position in
345       *          the specified array

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines