Hi All; More documentation nits for review. :-) (and more of these to come as we push closer to Java 7 code freeze)
This one adds the missing @param cmp tag for Collections.reverseOrder. The description text is adapted from the general method javadoc. http://cr.openjdk.java.net/~mduigou/7030442/0/webrev/ There is one phrase I would like to change but thus far have not--replacing in the method javadoc the use of the phrase "on a collection of objects" with "for objects" since Comparable doesn't directly interact with collections. Opinions? Thanks, Mike
