git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1540639 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-11-11 08:54:12 +00:00
parent dba769313d
commit 81a4b4ace7
1 changed files with 0 additions and 1 deletions

View File

@ -1529,7 +1529,6 @@ public class CollectionUtils {
return collate(a, b, ComparatorUtils.<O>naturalComparator(), true);
}
/**
/**
* Merges two sorted Collections, a and b, into a single, sorted List
* such that the natural ordering of the elements is retained.