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

Comparing jsr166/src/main/java/util/Collections.java (file contents):
Revision 1.36 by jsr166, Tue Aug 24 06:00:44 2010 UTC vs.
Revision 1.37 by jsr166, Wed Sep 1 05:20:40 2010 UTC

# Line 124 | Line 124 | public class Collections {
124       *
125       * <p>The implementation takes equal advantage of ascending and
126       * descending order in its input array, and can take advantage of
127 <     * ascending and descending order in different parts of the the same
127 >     * ascending and descending order in different parts of the same
128       * input array.  It is well-suited to merging two or more sorted arrays:
129       * simply concatenate the arrays and sort the resulting array.
130       *
# Line 184 | Line 184 | public class Collections {
184       *
185       * <p>The implementation takes equal advantage of ascending and
186       * descending order in its input array, and can take advantage of
187 <     * ascending and descending order in different parts of the the same
187 >     * ascending and descending order in different parts of the same
188       * input array.  It is well-suited to merging two or more sorted arrays:
189       * simply concatenate the arrays and sort the resulting array.
190       *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines