8067377: My hobby: caning, then then canning, the the can-can

Fix ALL the stutters!

Reviewed-by: rriggs, mchung, lancea
This commit is contained in:
Martin Buchholz 2014-10-30 07:31:41 -07:00
parent b13527e322
commit 08eb67b941
242 changed files with 332 additions and 334 deletions

View file

@ -1221,7 +1221,7 @@ public class Arrays {
*
* <p>The implementation takes equal advantage of ascending and
* descending order in its input array, and can take advantage of
* ascending and descending order in different parts of the the same
* ascending and descending order in different parts of the same
* input array. It is well-suited to merging two or more sorted arrays:
* simply concatenate the arrays and sort the resulting array.
*
@ -1280,7 +1280,7 @@ public class Arrays {
*
* <p>The implementation takes equal advantage of ascending and
* descending order in its input array, and can take advantage of
* ascending and descending order in different parts of the the same
* ascending and descending order in different parts of the same
* input array. It is well-suited to merging two or more sorted arrays:
* simply concatenate the arrays and sort the resulting array.
*
@ -1407,7 +1407,7 @@ public class Arrays {
*
* <p>The implementation takes equal advantage of ascending and
* descending order in its input array, and can take advantage of
* ascending and descending order in different parts of the the same
* ascending and descending order in different parts of the same
* input array. It is well-suited to merging two or more sorted arrays:
* simply concatenate the arrays and sort the resulting array.
*
@ -1473,7 +1473,7 @@ public class Arrays {
*
* <p>The implementation takes equal advantage of ascending and
* descending order in its input array, and can take advantage of
* ascending and descending order in different parts of the the same
* ascending and descending order in different parts of the same
* input array. It is well-suited to merging two or more sorted arrays:
* simply concatenate the arrays and sort the resulting array.
*