Cleanup.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dba769313d
commit
81a4b4ace7
|
@ -1529,7 +1529,6 @@ public class CollectionUtils {
|
||||||
return collate(a, b, ComparatorUtils.<O>naturalComparator(), true);
|
return collate(a, b, ComparatorUtils.<O>naturalComparator(), true);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
/**
|
/**
|
||||||
* Merges two sorted Collections, a and b, into a single, sorted List
|
* Merges two sorted Collections, a and b, into a single, sorted List
|
||||||
* such that the natural ordering of the elements is retained.
|
* such that the natural ordering of the elements is retained.
|
||||||
|
|
Loading…
Reference in New Issue